Default fetch-more mode to auto

This commit is contained in:
2026-08-11 21:12:27 -04:00
parent af827a9a96
commit 35ad858d0d
6 changed files with 8 additions and 8 deletions

View File

@@ -47,7 +47,7 @@ const defaultPreferences: UserPreferences = {
autoDownloadScope: "all",
autoDownloadWhitelist: [],
autoJumpToPlayer: true,
fetchMoreMode: "manual",
fetchMoreMode: "auto",
refreshIntervalMinutes: 30,
};