Fix:Play local episode from home page playing from server #324, Update:Podcast cover UI for displaying episodes and showing local download indicator

This commit is contained in:
advplyr
2022-08-21 18:03:27 -05:00
parent 1c85e21e4f
commit 39250b56c0
4 changed files with 41 additions and 11 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ export default {
})
categories = categories.map((cat) => {
console.log('[breadcrumb] Personalized category from server', cat.type)
if (cat.type == 'book' || cat.type == 'podcast') {
if (cat.type == 'book' || cat.type == 'podcast' || cat.type == 'episode') {
// Map localLibraryItem to entities
cat.entities = cat.entities.map((entity) => {
var localLibraryItem = this.localLibraryItems.find((lli) => {