mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
Add metadata lost warning to renaming libraries
This commit is contained in:
parent
9e2d5fb932
commit
d7c8377d71
@ -76,7 +76,8 @@ import cardBuilder from '../../components/cardbuilder/cardBuilder';
|
||||
function renameVirtualFolder(page, virtualFolder) {
|
||||
import('../../components/prompt/prompt').then(({default: prompt}) => {
|
||||
prompt({
|
||||
label: globalize.translate('LabelNewName'),
|
||||
title: globalize.translate('LabelNewName'),
|
||||
label: globalize.translate('MessageAreYouSureYouWishToRenameMediaFolder'),
|
||||
confirmText: globalize.translate('ButtonRename')
|
||||
}).then(function (newName) {
|
||||
if (newName && newName != virtualFolder.Name) {
|
||||
|
Loading…
Reference in New Issue
Block a user