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

added an alphabet picker to some screens

This commit is contained in:
Luke Pulverenti 2013-05-16 15:00:42 -04:00
parent a46c0b8a2d
commit 3e88762620
16 changed files with 271 additions and 9 deletions

View file

@ -130,7 +130,7 @@
addVirtualFolder: function () {
MediaLibraryPage.getTextValue("Add Media Collection", "Name:", "", function (name) {
MediaLibraryPage.getTextValue("Add Media Collection", "Name (Movies, Music, TV, etc):", "", function (name) {
var userId = getParameterByName("userId");