mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +00:00
various clean up and fixes
This commit is contained in:
parent
01885c1a9b
commit
c84dd648ea
6 changed files with 8 additions and 28 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue