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

removed udp server layer

This commit is contained in:
Luke Pulverenti 2013-03-27 18:13:46 -04:00
parent 65d7cb543b
commit 9c457ce2c5
2 changed files with 26 additions and 26 deletions

View file

@ -14,7 +14,7 @@
var options = {
limit: 5,
limit: 6,
sortBy: "DateCreated",
sortOrder: "Descending",
filters: "IsRecentlyAdded,IsNotFolder",
@ -34,7 +34,7 @@
options = {
limit: 5,
limit: 6,
sortBy: "DatePlayed",
sortOrder: "Descending",
filters: "IsResumable",