diff --git a/src/controllers/dlnaprofile.js b/src/controllers/dlnaprofile.js index 530e456018..b28d638880 100644 --- a/src/controllers/dlnaprofile.js +++ b/src/controllers/dlnaprofile.js @@ -256,8 +256,8 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in currentType = profile.Type; } - html += "
" + Globalize.translate("ValueContainer").replace("{0}", profile.Container || allText) + "
"; if ("Video" == profile.Type) { @@ -271,7 +271,7 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in html += ""; html += 'Delete'; - html += ""; + html += "Protocol: " + (profile.Protocol || "Http") + "
"; html += "" + Globalize.translate("ValueContainer").replace("{0}", profile.Container || allText) + "
"; @@ -332,7 +332,7 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in html += ""; html += 'Delete'; - html += ""; + html += "" + Globalize.translate("ValueContainer").replace("{0}", profile.Container || allText) + "
"; if (profile.Conditions && profile.Conditions.length) { @@ -416,7 +416,7 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in html += ""; html += 'Delete'; - html += ""; + html += "" + Globalize.translate("ValueCodec").replace("{0}", profile.Codec || allText) + "
"; if (profile.Conditions && profile.Conditions.length) { @@ -488,7 +488,7 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in html += ""; html += 'Delete'; - html += ""; + html += "" + Globalize.translate("ValueContainer").replace("{0}", profile.Container || allText) + "
"; if ("Video" == profile.Type) { @@ -568,7 +568,7 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in html += ""; html += 'Delete'; - html += ""; + html += "