mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-06 20:10:12 +02:00
lint
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user