mirror of https://github.com/bastienwirtz/homer
Merge e315a5476e
into c230392da8
commit
cea7e7f21a
|
@ -44,6 +44,8 @@ export default {
|
||||||
return `${this.movieCount} movies`;
|
return `${this.movieCount} movies`;
|
||||||
else if (this.item.libraryType === "series")
|
else if (this.item.libraryType === "series")
|
||||||
return `${this.episodeCount} eps, ${this.seriesCount} series`;
|
return `${this.episodeCount} eps, ${this.seriesCount} series`;
|
||||||
|
else if (this.item.libraryType === "moviesandseries")
|
||||||
|
return `${this.movieCount} movies, ${this.seriesCount} series`;
|
||||||
else return `wrong library type 💀`;
|
else return `wrong library type 💀`;
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue