mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-26 23:06:43 -04:00
9 lines
273 B
JavaScript
9 lines
273 B
JavaScript
var Wreqr = require('./JsLibraries/backbone.wreqr');
|
|
|
|
var reqres = new Wreqr.RequestResponse();
|
|
reqres.Requests = {
|
|
GetEpisodeFileById : 'GetEpisodeFileById',
|
|
GetAlternateNameBySeasonNumber : 'GetAlternateNameBySeasonNumber'
|
|
};
|
|
|
|
module.exports = reqres; |