make backdrops optional
This commit is contained in:
parent
fc9969f4ba
commit
fd79ee25d8
|
@ -764,5 +764,14 @@
|
||||||
"MessageNoSubtitleSearchResultsFound": "No search results founds.",
|
"MessageNoSubtitleSearchResultsFound": "No search results founds.",
|
||||||
"TabDisplay": "Display",
|
"TabDisplay": "Display",
|
||||||
"TabLanguages": "Languages",
|
"TabLanguages": "Languages",
|
||||||
"TabWebClient": "Web Client"
|
"TabWebClient": "Web Client",
|
||||||
|
"LabelEnableThemeSongs": "Enable theme songs",
|
||||||
|
"LabelEnableBackdrops": "Enable backdrops",
|
||||||
|
"LabelEnableThemeSongsHelp": "If enabled, theme songs will be played in the background while browsing the library.",
|
||||||
|
"LabelEnableBackdropsHelp": "If enabled, backdrops will be displayed in the background of some pages while browsing the library.",
|
||||||
|
"HeaderAllDevices": "All Devices",
|
||||||
|
"HeaderThisDevice": "This Device",
|
||||||
|
"OptionAuto": "Auto",
|
||||||
|
"OptionYes": "Yes",
|
||||||
|
"OptionNo": "No"
|
||||||
}
|
}
|
|
@ -580,6 +580,9 @@ namespace MediaBrowser.WebDashboard.Api
|
||||||
"livetvsuggested.js",
|
"livetvsuggested.js",
|
||||||
"livetvstatus.js",
|
"livetvstatus.js",
|
||||||
"livetvtimers.js",
|
"livetvtimers.js",
|
||||||
|
|
||||||
|
"localsettings.js",
|
||||||
|
|
||||||
"loginpage.js",
|
"loginpage.js",
|
||||||
"logpage.js",
|
"logpage.js",
|
||||||
"medialibrarypage.js",
|
"medialibrarypage.js",
|
||||||
|
|
|
@ -649,6 +649,9 @@
|
||||||
<Content Include="dashboard-ui\scripts\librarypathmapping.js">
|
<Content Include="dashboard-ui\scripts\librarypathmapping.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
<Content Include="dashboard-ui\scripts\localsettings.js">
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
</Content>
|
||||||
<Content Include="dashboard-ui\scripts\mypreferencesdisplay.js">
|
<Content Include="dashboard-ui\scripts\mypreferencesdisplay.js">
|
||||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
</Content>
|
</Content>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user