This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
Radarr
Watch
1
Star
0
Fork
0
You've already forked Radarr
mirror of
https://github.com/Radarr/Radarr.git
synced
2024-11-05 02:22:31 +01:00
Code
Issues
Releases
Wiki
Activity
37af22d177
Radarr
/
UI
/
Series
/
EpisodeFileModel.js
10 lines
136 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Save episode quality after change
2013-08-21 08:46:23 +02:00
'use strict'
;
define
(
[
'backbone'
]
,
function
(
Backbone
)
{
return
Backbone
.
Model
.
extend
(
{
Using reqres to map episode to episode file
2013-08-22 02:56:25 +02:00
Save episode quality after change
2013-08-21 08:46:23 +02:00
}
)
;
}
)
;
Reference in New Issue
Copy Permalink