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