mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Using reqres to map episode to episode file
This commit is contained in:
parent
8737cb0145
commit
b1899b5f6f
8 changed files with 73 additions and 16 deletions
|
@ -200,6 +200,10 @@ define(
|
|||
ShowLogFile : 'showLogFile'
|
||||
};
|
||||
|
||||
app.Reqres = {
|
||||
GetEpisodeFileById: 'GetEpisodeFileById'
|
||||
};
|
||||
|
||||
app.addInitializer(function () {
|
||||
console.log('starting application');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue