mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 11:51:36 +00:00
excluded podcasts for now
excluded podcasts for now as we cannot get all episodes of a library currently with few requests (afaik)
This commit is contained in:
parent
d4a5955cbc
commit
d55ed05672
2 changed files with 24 additions and 16 deletions
|
|
@ -123,15 +123,21 @@ export default {
|
|||
title: this.$strings.HeaderYourStats,
|
||||
path: '/config/stats'
|
||||
})
|
||||
configRoutes.push({
|
||||
id: 'config-to-go',
|
||||
title: this.$strings.HeaderToGo,
|
||||
path: '/config/to-go'
|
||||
})
|
||||
if(this.currentLibraryMediaType === 'book')
|
||||
{
|
||||
configRoutes.push({
|
||||
id: 'config-to-go',
|
||||
title: this.$strings.HeaderToGo,
|
||||
path: '/config/to-go'
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
return configRoutes
|
||||
},
|
||||
currentLibraryMediaType() {
|
||||
return this.$store.getters['libraries/getCurrentLibraryMediaType']
|
||||
},
|
||||
wrapperClass() {
|
||||
var classes = []
|
||||
if (this.drawerOpen) classes.push('translate-x-0')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue