mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-04 20:11:47 +02:00
New data model play media entity, PlaybackSessionManager
This commit is contained in:
@@ -175,7 +175,7 @@ export default {
|
||||
return this.filterData.languages || []
|
||||
},
|
||||
progress() {
|
||||
return ['Read', 'Unread', 'In Progress']
|
||||
return ['Finished', 'In Progress', 'Not Started']
|
||||
},
|
||||
sublistItems() {
|
||||
return (this[this.sublist] || []).map((item) => {
|
||||
|
||||
Reference in New Issue
Block a user