mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-11 07:46:17 -07:00
parent
9c26e5d4d6
commit
9feefc8144
27 changed files with 174 additions and 240 deletions
|
@ -28,11 +28,9 @@
|
|||
|
||||
"use strict";
|
||||
|
||||
if (window.qBittorrent === undefined)
|
||||
window.qBittorrent = {};
|
||||
|
||||
window.qBittorrent.PropFiles = (function() {
|
||||
const exports = function() {
|
||||
window.qBittorrent ??= {};
|
||||
window.qBittorrent.PropFiles ??= (() => {
|
||||
const exports = () => {
|
||||
return {
|
||||
normalizePriority: normalizePriority,
|
||||
isDownloadCheckboxExists: isDownloadCheckboxExists,
|
||||
|
@ -769,5 +767,4 @@ window.qBittorrent.PropFiles = (function() {
|
|||
|
||||
return exports();
|
||||
})();
|
||||
|
||||
Object.freeze(window.qBittorrent.PropFiles);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue