mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
fix help label for music library creation
This commit is contained in:
parent
9956084443
commit
27f39e39c4
@ -3840,7 +3840,6 @@ define(['events', 'datetime', 'appSettings', 'itemHelper', 'pluginManager', 'pla
|
||||
player = player || this._currentPlayer || { isLocalPlayer: true };
|
||||
|
||||
if (player.isLocalPlayer) {
|
||||
// https://github.com/jellyfin/jellyfin/blob/master/MediaBrowser.Model/Session/GeneralCommandType.cs
|
||||
var list = [
|
||||
"GoHome",
|
||||
"GoToSettings",
|
||||
@ -3968,7 +3967,6 @@ define(['events', 'datetime', 'appSettings', 'itemHelper', 'pluginManager', 'pla
|
||||
};
|
||||
|
||||
PlaybackManager.prototype.sendCommand = function (cmd, player) {
|
||||
// https://github.com/jellyfin/jellyfin/blob/master/MediaBrowser.Model/Session/GeneralCommandType.cs
|
||||
console.log('MediaController received command: ' + cmd.Name);
|
||||
switch (cmd.Name) {
|
||||
case 'SetRepeatMode':
|
||||
|
@ -39,7 +39,6 @@ define(['connectionManager', 'playbackManager', 'events', 'inputManager', 'focus
|
||||
}
|
||||
|
||||
function processGeneralCommand(cmd, apiClient) {
|
||||
// https://github.com/jellyfin/jellyfin/blob/master/MediaBrowser.Model/Session/GeneralCommandType.cs
|
||||
console.log('Received command: ' + cmd.Name);
|
||||
switch (cmd.Name) {
|
||||
case 'Select':
|
||||
|
@ -195,7 +195,7 @@ define(["jQuery", "apphost", "scripts/taskbutton", "loading", "libraryMenu", "gl
|
||||
}, {
|
||||
name: globalize.translate("FolderTypeMusic"),
|
||||
value: "music",
|
||||
message: getLink("MovieLibraryHelp", "https://jellyfin.readthedocs.io/en/latest/media/music/")
|
||||
message: getLink("MusicLibraryHelp", "https://jellyfin.readthedocs.io/en/latest/media/music/")
|
||||
}, {
|
||||
name: globalize.translate("FolderTypeTvShows"),
|
||||
value: "tvshows",
|
||||
@ -203,7 +203,7 @@ define(["jQuery", "apphost", "scripts/taskbutton", "loading", "libraryMenu", "gl
|
||||
}, {
|
||||
name: globalize.translate("FolderTypeBooks"),
|
||||
value: "books",
|
||||
message: getLink("BookLibraryHelp", "https://web.archive.org/web/20181216120305/https://github.com/MediaBrowser/Wiki/wiki/Book-naming")
|
||||
message: getLink("BookLibraryHelp", "https://jellyfin.readthedocs.io/en/latest/media/books/")
|
||||
}, {
|
||||
name: globalize.translate("OptionHomeVideos"),
|
||||
value: "homevideos"
|
||||
|
@ -49,7 +49,7 @@
|
||||
"BirthLocation": "Birth location",
|
||||
"BirthPlaceValue": "Birth place: {0}",
|
||||
"Blacklist": "Blacklist",
|
||||
"BookLibraryHelp": "Audio and text books are supported. Review the {0}Jellyfin Book naming guide{1}.",
|
||||
"BookLibraryHelp": "Audio and text books are supported. Review the {0}book naming guide{1}.",
|
||||
"Books": "Books",
|
||||
"Box": "Box",
|
||||
"BoxRear": "Box (rear)",
|
||||
@ -997,10 +997,11 @@
|
||||
"MoreMediaInfo": "Media Info",
|
||||
"MoveLeft": "Move left",
|
||||
"MoveRight": "Move right",
|
||||
"MovieLibraryHelp": "Review the {0}Jellyfin movie naming guide{1}.",
|
||||
"MovieLibraryHelp": "Review the {0}movie naming guide{1}.",
|
||||
"Movies": "Movies",
|
||||
"MusicAlbum": "Music Album",
|
||||
"MusicArtist": "Music Artist",
|
||||
"MusicLibraryHelp": "Review the {0}music naming guide{1}.",
|
||||
"MusicVideo": "Music Video",
|
||||
"Mute": "Mute",
|
||||
"MySubtitles": "My Subtitles",
|
||||
@ -1392,7 +1393,7 @@
|
||||
"Trailers": "Trailers",
|
||||
"Transcoding": "Transcoding",
|
||||
"Tuesday": "Tuesday",
|
||||
"TvLibraryHelp": "Review the {0}Jellyfin TV naming guide{1}.",
|
||||
"TvLibraryHelp": "Review the {0}TV naming guide{1}.",
|
||||
"Uniform": "Uniform",
|
||||
"UninstallPluginConfirmation": "Are you sure you wish to uninstall {0}?",
|
||||
"UninstallPluginHeader": "Uninstall Plugin",
|
||||
|
Loading…
Reference in New Issue
Block a user