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

update audio transcoding bitrate

This commit is contained in:
Luke Pulverenti 2015-04-25 23:25:07 -04:00
parent 2032762b30
commit 6902732194
9 changed files with 116 additions and 64 deletions

View file

@ -630,6 +630,7 @@
promise = ApiClient.getSimilarTrailers(item.Id, options);
}
else if (item.Type == "MusicAlbum") {
options.limit = 4;
promise = ApiClient.getSimilarAlbums(item.Id, options);
}
else if (item.Type == "Series") {