diff --git a/src/controllers/dlnaprofile.js b/src/controllers/dlnaprofile.js index 530e456018..b4e320e6e4 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) { @@ -270,8 +270,8 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in } html += ""; - html += 'Delete'; - html += ""; + html += ''; + html += "Protocol: " + (profile.Protocol || "Http") + "
"; html += "" + Globalize.translate("ValueContainer").replace("{0}", profile.Container || allText) + "
"; @@ -331,8 +331,8 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in } html += ""; - html += 'Delete'; - html += ""; + html += ''; + html += "" + Globalize.translate("ValueContainer").replace("{0}", profile.Container || allText) + "
"; if (profile.Conditions && profile.Conditions.length) { @@ -415,8 +415,8 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in } html += ""; - html += 'Delete'; - html += ""; + html += ''; + html += "" + Globalize.translate("ValueCodec").replace("{0}", profile.Codec || allText) + "
"; if (profile.Conditions && profile.Conditions.length) { @@ -487,8 +487,8 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in } html += ""; - html += 'Delete'; - html += ""; + html += ''; + html += "" + Globalize.translate("ValueContainer").replace("{0}", profile.Container || allText) + "
"; if ("Video" == profile.Type) { @@ -567,8 +567,8 @@ define(["jQuery", "loading", "fnchecked", "emby-select", "emby-button", "emby-in } html += ""; - html += 'Delete'; - html += ""; + html += ''; + html += "${HeaderDirectPlayProfileHelp}
- +${HeaderTranscodingProfileHelp}
- +${HeaderContainerProfileHelp}
- +${HeaderCodecProfileHelp}
- +${HeaderResponseProfileHelp}
- +