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

Added critic rating as a sort order

This commit is contained in:
Luke Pulverenti 2013-05-05 22:23:19 -04:00
parent 49af0a0d81
commit bcda81a83d
2 changed files with 5 additions and 2 deletions

View file

@ -223,7 +223,7 @@
$("#radioMovies", page).on("click", function () {
shape = "backdrop";
shape = "poster";
loadItems(page, {
MediaTypes: "",
IncludeItemTypes: "Movie",
@ -235,7 +235,7 @@
$("#radioShows", page).on("click", function () {
shape = "backdrop";
shape = "poster";
loadItems(page, {
MediaTypes: "",
IncludeItemTypes: "Series",