1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-18 23:48:35 +02:00
Sonarr/src/UI/Release/ReleaseModel.js
Mark McDowall 8388092bf5 Fixed manually download will show queued when downloading
Fixed: Manually download will change icons when sent to download client
2013-11-11 19:59:52 -08:00

9 lines
138 B
JavaScript

'use strict';
define(
[
'backbone'
], function (Backbone) {
return Backbone.Model.extend({
});
});