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:
commit
9ad1503072
2 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue