mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-28 18:05:41 -04:00
10 lines
284 B
JavaScript
10 lines
284 B
JavaScript
var Wreqr = require('./JsLibraries/backbone.wreqr');
|
|
|
|
var reqres = new Wreqr.RequestResponse();
|
|
|
|
reqres.Requests = {
|
|
GetEpisodeFileById : 'GetEpisodeFileById',
|
|
GetAlternateNameBySeasonNumber : 'GetAlternateNameBySeasonNumber'
|
|
};
|
|
|
|
module.exports = reqres; |