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

dlna fixes

This commit is contained in:
Luke Pulverenti 2014-04-19 13:43:12 -04:00
parent ec163807cf
commit 99aed936db
7 changed files with 113 additions and 57 deletions

View file

@ -73,7 +73,7 @@
})[0];
typeName = typeName ? typeName.name : "General or mixed content";
typeName = typeName ? typeName.name : "Mixed movies & tv";
html += '<p style="padding-left:.5em;">Folder type: <b>' + typeName + '</b></p>';