mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 21:03:00 -05:00
[web] Remove useless computed property
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user