mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 09:03:49 -07:00
Added FileSizeCell
This commit is contained in:
parent
890d1f2398
commit
5f8c58adb9
4 changed files with 24 additions and 20 deletions
|
@ -6,6 +6,10 @@ define(['app', 'Release/Model'], function () {
|
|||
|
||||
mode: 'client',
|
||||
|
||||
state: {
|
||||
pageSize: 2000
|
||||
},
|
||||
|
||||
fetchEpisodeReleases: function (episodeId) {
|
||||
return this.fetch({ data: { episodeId: episodeId }});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue