mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
use jqm listview for series recordings
This commit is contained in:
parent
1f7bbddb34
commit
607b3482e1
15 changed files with 68 additions and 84 deletions
|
@ -117,8 +117,8 @@
|
|||
changeCollectionType: function () {
|
||||
|
||||
Dashboard.alert({
|
||||
message: "To change the collection type, please remove and rebuild the collection with the new type.",
|
||||
title: "Change Collection Type"
|
||||
message: "To change the folder type, please remove and rebuild the collection with the new type.",
|
||||
title: "Change Folder Type"
|
||||
});
|
||||
},
|
||||
|
||||
|
@ -137,7 +137,7 @@
|
|||
|
||||
typeName = typeName ? typeName.name : "General or mixed content";
|
||||
|
||||
html += '<p style="padding-left:.5em;">Collection type: <b>' + typeName + '</b></p>';
|
||||
html += '<p style="padding-left:.5em;">Folder type: <b>' + typeName + '</b></p>';
|
||||
|
||||
html += '<ul class="mediaFolderLocations" data-inset="true" data-role="listview" data-split-icon="minus">';
|
||||
|
||||
|
@ -189,7 +189,7 @@
|
|||
|
||||
$('.collectionTypeFieldDescription').show();
|
||||
|
||||
MediaLibraryPage.getTextValue("Add Media Collection", "Name (Movies, Music, TV, etc):", "", true, function (name, type) {
|
||||
MediaLibraryPage.getTextValue("Add Media Folder", "Name (Movies, Music, TV, etc):", "", true, function (name, type) {
|
||||
|
||||
var userId = MediaLibraryPage.getCurrentUserId($.mobile.activePage);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue