mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
startup wizard text changes
This commit is contained in:
parent
4e205c8bec
commit
dba69cf2cd
4 changed files with 10 additions and 6 deletions
|
@ -143,6 +143,8 @@
|
|||
|
||||
addVirtualFolder: function () {
|
||||
|
||||
$('.collectionTypeFieldDescription').show();
|
||||
|
||||
MediaLibraryPage.getTextValue("Add Media Collection", "Name (Movies, Music, TV, etc):", "", true, function (name, type) {
|
||||
|
||||
var userId = getParameterByName("userId");
|
||||
|
@ -259,6 +261,8 @@
|
|||
|
||||
MediaLibraryPage.lastVirtualFolderName = virtualFolder.Name;
|
||||
|
||||
$('.collectionTypeFieldDescription').hide();
|
||||
|
||||
MediaLibraryPage.getTextValue(virtualFolder.Name, "Rename " + virtualFolder.Name, virtualFolder.Name, false, function (newName) {
|
||||
|
||||
if (virtualFolder.Name != newName) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue