Skip to content

Commit 20a90ed

Browse files
lines
1 parent 200da9e commit 20a90ed

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/renderer/components/Main.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,12 @@ export default function Main() {
6464
showBackingUpLibrary: false,
6565
showBrowser: false,
6666
});
67-
6867
const [importState, setImportState] = useState({
6968
songsImported: 0,
7069
totalSongs: 0,
7170
estimatedTimeRemainingString: '',
7271
initialScrollIndex: undefined as number | undefined,
7372
});
74-
7573
const [showAlbumArtMenu, setShowAlbumArtMenu] = useState<AlbumArtMenuState>();
7674

7775
const playSong = async (song: string, meta: LightweightAudioMetadata) => {

0 commit comments

Comments
 (0)