mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Added FileSizeCell
This commit is contained in:
@@ -6,6 +6,10 @@ define(['app', 'Release/Model'], function () {
|
||||
|
||||
mode: 'client',
|
||||
|
||||
state: {
|
||||
pageSize: 2000
|
||||
},
|
||||
|
||||
fetchEpisodeReleases: function (episodeId) {
|
||||
return this.fetch({ data: { episodeId: episodeId }});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user