mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-06-02 12:54:34 +00:00
Implement more reka ui and attempt to fix review issues.
This commit is contained in:
@@ -222,7 +222,7 @@ onMounted(() => {
|
||||
if (json.error) alert(json.error);
|
||||
else if (json.some(pl => pl.id === playlistId)) admin.value = true;
|
||||
});
|
||||
else if (playlistId.startsWith("local")) admin.value = true;
|
||||
else if (playlistId?.startsWith("local")) admin.value = true;
|
||||
checkPlaylistBookmarked();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user