This commit is contained in:
afkarxyz
2026-01-11 23:18:18 +07:00
parent 36fb34dc63
commit 0f2174bf80
4 changed files with 5 additions and 11 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ function App() {
const [showUnsavedChangesDialog, setShowUnsavedChangesDialog] = useState(false);
const [resetSettingsFn, setResetSettingsFn] = useState<(() => void) | null>(null);
const ITEMS_PER_PAGE = 50;
const CURRENT_VERSION = "7.0.3";
const CURRENT_VERSION = "7.0.4";
const download = useDownload();
const metadata = useMetadata();
const lyrics = useLyrics();