1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #3944 from Artiume/rename-warning

Metadata loss warning while renaming libraries
This commit is contained in:
Bill Thornton 2022-10-25 14:08:28 -04:00 committed by GitHub
commit 9ad1503072
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -77,6 +77,7 @@ import cardBuilder from '../../components/cardbuilder/cardBuilder';
import('../../components/prompt/prompt').then(({default: prompt}) => {
prompt({
label: globalize.translate('LabelNewName'),
description: globalize.translate('MessageRenameMediaFolder'),
confirmText: globalize.translate('ButtonRename')
}).then(function (newName) {
if (newName && newName != virtualFolder.Name) {