mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-01 04:25:55 +00:00
6 lines
116 B
JavaScript
6 lines
116 B
JavaScript
"use strict";
|
|
define(['app'], function (app) {
|
|
NzbDrone.History.Model = Backbone.Model.extend({
|
|
|
|
});
|
|
});
|