1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixed music videos collapsible visibility

This commit is contained in:
Luke Pulverenti 2013-07-30 17:02:28 -04:00
parent 882bc426ad
commit 3ddd2bac8d
2 changed files with 2 additions and 2 deletions

View file

@ -1518,7 +1518,7 @@
}
}
if (item.OfficialRating) {
if (item.OfficialRating && item.Type !== "Season" && item.Type !== "Episode") {
miscInfo.push(item.OfficialRating);
}