mirror of
https://github.com/owntone/owntone-server.git
synced 2025-10-29 15:55:02 -04:00
[web] Remove useless computed property
This commit is contained in:
parent
722307653a
commit
357657f586
@ -72,14 +72,11 @@ export default {
|
||||
filters: [
|
||||
(playlist) =>
|
||||
playlist.folder ||
|
||||
this.radio_playlists ||
|
||||
this.configurationStore.radio_playlists ||
|
||||
playlist.stream_count === 0 ||
|
||||
playlist.item_count > playlist.stream_count
|
||||
]
|
||||
})
|
||||
},
|
||||
radio_playlists() {
|
||||
return this.configurationStore.radio_playlists
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user