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:
parent
49af0a0d81
commit
bcda81a83d
2 changed files with 5 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue