WebUI: unify curly bracket usage

This commit is contained in:
Chocobo1
2024-06-07 02:22:57 +08:00
committed by sledgehammer999
parent 671943a9a6
commit fa58e58e70
32 changed files with 177 additions and 252 deletions

View File

@@ -330,9 +330,8 @@ Supports the formats: S01E01, 1x1, 2017.12.31 and 31.12.2017 (Date formats also
<script>
"use strict";
if (window.qBittorrent === undefined) {
if (window.qBittorrent === undefined)
window.qBittorrent = {};
}
window.qBittorrent.RssDownloader = (() => {
const exports = () => {