We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 200da9e commit 20a90edCopy full SHA for 20a90ed
src/renderer/components/Main.tsx
@@ -64,14 +64,12 @@ export default function Main() {
64
showBackingUpLibrary: false,
65
showBrowser: false,
66
});
67
-
68
const [importState, setImportState] = useState({
69
songsImported: 0,
70
totalSongs: 0,
71
estimatedTimeRemainingString: '',
72
initialScrollIndex: undefined as number | undefined,
73
74
75
const [showAlbumArtMenu, setShowAlbumArtMenu] = useState<AlbumArtMenuState>();
76
77
const playSong = async (song: string, meta: LightweightAudioMetadata) => {
0 commit comments