1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-02-02 20:42:27 +00:00
Lidarr/NzbDrone.Backbone/AddSeries/Views/addSeriesView.js

3 lines
106 B
JavaScript
Raw Normal View History

2013-01-18 22:05:52 +00:00
NzbDrone.AddSeriesView = Backbone.Marionette.ItemView.extend({
template: "#add-series-template"
});