This website requires JavaScript.
Explore
Help
Register
Sign In
self-hosted
/
Sonarr
Watch
1
Star
0
Fork
0
You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced
2025-01-19 10:54:05 +02:00
Code
Issues
Releases
Activity
Sonarr
/
UI
/
Logs
/
Model.js
9 lines
141 B
JavaScript
Raw
Normal View
History
Unescape
Escape
removed NzbDrone. namespace, everything is done using require.
2013-06-24 16:41:59 -07:00
'use strict'
;
define
(
[
'backbone'
]
,
function
(
Backbone
)
{
return
Backbone
.
Model
.
extend
(
{
}
)
;
added /logs
2013-06-04 17:49:53 -07:00
}
)
;
Reference in New Issue
Copy Permalink