This commit is contained in:
afkarxyz
2026-01-11 22:41:29 +07:00
parent 7f859db173
commit 36fb34dc63
9 changed files with 46 additions and 409 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.2";
const CURRENT_VERSION = "7.0.3";
const download = useDownload();
const metadata = useMetadata();
const lyrics = useLyrics();