feat: lightweight media pages
This commit is contained in:
parent
cd268580fc
commit
1fb5acd132
11 changed files with 223 additions and 129 deletions
|
@ -248,6 +248,7 @@ export default {
|
|||
return ''
|
||||
}).length
|
||||
},
|
||||
getLastWatched: (show) => show?.['episodes'][show['episodes']?.length - 1]?.['last_watched_at'],
|
||||
|
||||
// tags
|
||||
filterTags: (tags) => {
|
||||
|
|
Reference in a new issue