mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
move user image into profile settings
This commit is contained in:
parent
c2ea67d056
commit
53cd8b0eb8
36 changed files with 376 additions and 372 deletions
|
@ -1,4 +1,4 @@
|
|||
(function ($, document, apiClient) {
|
||||
(function ($, document) {
|
||||
|
||||
function getRecordingGroupHtml(group) {
|
||||
|
||||
|
@ -67,7 +67,7 @@
|
|||
|
||||
Dashboard.showLoadingMsg();
|
||||
|
||||
apiClient.getLiveTvRecordings({
|
||||
ApiClient.getLiveTvRecordings({
|
||||
|
||||
userId: Dashboard.getCurrentUserId(),
|
||||
IsInProgress: true
|
||||
|
@ -78,7 +78,7 @@
|
|||
|
||||
});
|
||||
|
||||
apiClient.getLiveTvRecordings({
|
||||
ApiClient.getLiveTvRecordings({
|
||||
|
||||
userId: Dashboard.getCurrentUserId(),
|
||||
limit: 12,
|
||||
|
@ -90,7 +90,7 @@
|
|||
|
||||
});
|
||||
|
||||
apiClient.getLiveTvRecordingGroups({
|
||||
ApiClient.getLiveTvRecordingGroups({
|
||||
|
||||
userId: Dashboard.getCurrentUserId()
|
||||
|
||||
|
@ -109,4 +109,4 @@
|
|||
|
||||
});
|
||||
|
||||
})(jQuery, document, ApiClient);
|
||||
})(jQuery, document);
|
Loading…
Add table
Add a link
Reference in a new issue