mirror of
https://github.com/Qortal/q-tube.git
synced 2025-02-11 17:55:51 +00:00
fix create playlist bug
This commit is contained in:
parent
cd5d8f99f1
commit
1806ec3aa0
@ -342,7 +342,7 @@ export const EditPlaylist = () => {
|
||||
description: metadescription,
|
||||
id: identifier,
|
||||
service: "PLAYLIST",
|
||||
name: username,
|
||||
user: username,
|
||||
...playlistObject
|
||||
}
|
||||
dispatch(
|
||||
|
@ -561,7 +561,6 @@ export const VideoList = ({ mode }: VideoListProps) => {
|
||||
}
|
||||
const isPlaylist = videoObj?.service === "PLAYLIST";
|
||||
|
||||
|
||||
if (isPlaylist) {
|
||||
return (
|
||||
<VideoCardCol
|
||||
|
Loading…
x
Reference in New Issue
Block a user