remove/disable download options

This commit is contained in:
austinried
2021-08-16 11:05:38 +09:00
parent d72258c68e
commit ad25972774
7 changed files with 84 additions and 62 deletions

View File

@@ -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 }
}