Larger refactoring and added avoidlist

This commit is contained in:
Myx
2023-10-21 05:09:38 +02:00
parent ccf7a218fd
commit 8fd3eeae03
30 changed files with 753 additions and 213 deletions

View File

@@ -0,0 +1,8 @@
import { loadFiles } from './file-list.js';
import { updateAvoidList } from './avoid-list.js';
import { loadNextPlaybackTime } from './upload.js';
// Call loadFiles when the script is loaded
loadFiles();
loadNextPlaybackTime();
updateAvoidList();