This commit is contained in:
jeffvli
2026-04-06 12:06:55 -07:00
parent 6fc7b6b271
commit ff96a5f121
@@ -126,7 +126,8 @@ export const PlaylistDetailSongListHeader = ({
}; };
const canUploadPlaylistImage = const canUploadPlaylistImage =
hasFeature(server, ServerFeature.PLAYLIST_IMAGE_UPLOAD) && Boolean(detailQuery?.data?._serverId); hasFeature(server, ServerFeature.PLAYLIST_IMAGE_UPLOAD) &&
Boolean(detailQuery?.data?._serverId);
const handlePlaylistImageUpload = useCallback( const handlePlaylistImageUpload = useCallback(
async (file: File) => { async (file: File) => {