add support for full playlist re-order (#1327)

This commit is contained in:
jeffvli
2025-12-06 17:41:10 -08:00
parent 126b5ed67d
commit 0a7029f7bc
28 changed files with 1301 additions and 59 deletions
+6
View File
@@ -13,6 +13,10 @@
"moveToNext": "move to next",
"moveToBottom": "move to bottom",
"moveToTop": "move to top",
"moveUp": "move up",
"moveDown": "move down",
"holdToMoveToTop": "hold to move to top",
"holdToMoveToBottom": "hold to move to bottom",
"moveItems": "move items",
"shuffle": "shuffle",
"shuffleAll": "shuffle all",
@@ -69,6 +73,7 @@
"dismiss": "dismiss",
"doNotShowAgain": "do not show this again",
"duration": "duration",
"view": "view",
"edit": "edit",
"enable": "enable",
"expand": "expand",
@@ -317,6 +322,7 @@
},
"editPlaylist": {
"publicJellyfinNote": "Jellyfin for some reason does not expose whether a playlist is public or not. If you wish for this to remain public, please have the following input selected",
"editNote": "manual edits are not recommended for large playlists. are you sure you accept the risk of data loss incurred by overwriting the existing playlist?",
"success": "$t(entity.playlist_one) updated successfully",
"title": "edit $t(entity.playlist_one)"
},