Add:Not Finished progress filter

This commit is contained in:
advplyr 2022-06-02 18:20:52 -05:00
parent 3ba87419ae
commit 2decf532b2

View file

@ -166,7 +166,7 @@ export default {
return this.filterData.narrators || []
},
progress() {
return ['Finished', 'In Progress', 'Not Started']
return ['Finished', 'In Progress', 'Not Started', 'Not Finished']
},
sublistItems() {
return (this[this.sublist] || []).map((item) => {