mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
fix fuzzy search: FuseTrackOptions
+ reduce width required to hide sidebar automatically + move ArtistAlbumsFetcher.vue to components folder + escape ALT button in keyboard shortcuts + use elem.dispatchEvent to toggle page search
This commit is contained in:
committed by
Mungai Njoroge
parent
580dce1da9
commit
26ab972a8d
+1
-1
@@ -15,7 +15,7 @@ export interface Track extends AlbumDisc {
|
||||
folder?: string;
|
||||
filepath?: string;
|
||||
duration?: number;
|
||||
bitrate?: number;
|
||||
bitrate: number;
|
||||
genre?: string;
|
||||
image: string;
|
||||
track: number;
|
||||
|
||||
Reference in New Issue
Block a user