fix artist editor
This commit is contained in:
parent
3a5dad0e64
commit
8fc34293c7
16 changed files with 221 additions and 68 deletions
|
@ -17,11 +17,16 @@
|
|||
|
||||
Dashboard.showLoadingMsg();
|
||||
|
||||
var limit = getLimit();
|
||||
if (enableScrollX()) {
|
||||
limit *= 2;
|
||||
}
|
||||
|
||||
ApiClient.getLiveTvRecommendedPrograms({
|
||||
|
||||
userId: Dashboard.getCurrentUserId(),
|
||||
IsAiring: true,
|
||||
limit: getLimit() * 2,
|
||||
limit: limit,
|
||||
ImageTypeLimit: 1,
|
||||
EnableImageTypes: "Primary",
|
||||
EnableTotalRecordCount: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue