mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
remove/disable download options
This commit is contained in:
@@ -106,10 +106,6 @@ export const useCoverArtFile = (coverArt: string = '-1') => {
|
||||
}
|
||||
}, [cacheItem, client, coverArt, file])
|
||||
|
||||
// if (file && request && request.promise !== undefined) {
|
||||
// return
|
||||
// }
|
||||
|
||||
return { file, request }
|
||||
}
|
||||
|
||||
@@ -125,9 +121,5 @@ export const useArtistArtFile = (artistId: string) => {
|
||||
}
|
||||
}, [artistId, artistInfo, artistInfo?.largeImageUrl, cacheItem, file])
|
||||
|
||||
// if (file && request && request.promise !== undefined) {
|
||||
// return
|
||||
// }
|
||||
|
||||
return { file, request }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user