mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-30 04:14:56 +01:00
10 lines
No EOL
284 B
JavaScript
10 lines
No EOL
284 B
JavaScript
var Wreqr = require('./JsLibraries/backbone.wreqr');
|
|
|
|
var reqres = new Wreqr.RequestResponse();
|
|
|
|
reqres.Requests = {
|
|
GetEpisodeFileById : 'GetEpisodeFileById',
|
|
GetAlternateNameBySeasonNumber : 'GetAlternateNameBySeasonNumber'
|
|
};
|
|
|
|
module.exports = reqres; |