1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-31 20:15:55 +00:00
Lidarr/UI/Episode/Summary/NoFileView.js

12 lines
205 B
JavaScript
Raw Normal View History

2013-06-22 06:24:24 +00:00
'use strict';
define(
[
'marionette'
], function (Marionette) {
return Marionette.ItemView.extend({
2013-08-07 06:48:28 +00:00
template: 'Episode/Summary/NoFileViewTemplate'
});
});