mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-13 20:10:07 +02:00
various clean up and fixes
This commit is contained in:
@@ -303,7 +303,6 @@ export const SidebarSharedPlaylistList = () => {
|
||||
|
||||
for (const playlist of data.items) {
|
||||
if (playlist.owner && playlist.owner !== server.username) {
|
||||
console.log(playlist.owner, server.username);
|
||||
shared.push(playlist);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user