diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-04 23:13:08 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-04 23:13:08 -0500 |
| commit | 30e782d3076318cc97b93dde338b0c4afdbb5bf9 (patch) | |
| tree | e9ce2c8637d540395d208e4c6f10ea69218c6c6f /MediaBrowser.Server.Implementations/Localization/Server | |
| parent | 52a2ff5a2ee8cac36182bb56913e18d0e0f6f745 (diff) | |
made dlna cast & crew optional
Diffstat (limited to 'MediaBrowser.Server.Implementations/Localization/Server')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Localization/Server/server.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/Localization/Server/server.json b/MediaBrowser.Server.Implementations/Localization/Server/server.json index 2f593efcd..80ba0602d 100644 --- a/MediaBrowser.Server.Implementations/Localization/Server/server.json +++ b/MediaBrowser.Server.Implementations/Localization/Server/server.json @@ -78,6 +78,8 @@ "OptionDetectArchiveFilesAsMediaHelp": "If enabled, files with .rar and .zip extensions will be detected as media files.", "LabelEnterConnectUserName": "User name or email:", "LabelEnterConnectUserNameHelp": "This is your Media Browser online account user name or password.", + "LabelEnableEnhancedMovies": "Enable enhanced movie displays", + "LabelEnableEnhancedMoviesHelp": "When enabled, movies will be displayed as folders to include trailers, extras, cast & crew, and other related content.", "HeaderSyncJobInfo": "Sync Job", "FolderTypeMixed": "Mixed content", "FolderTypeMovies": "Movies", |
