mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
episodes for series are now fetched using a single call and broken into seasons.
This commit is contained in:
10
UI/Shared/LoadingView.js
Normal file
10
UI/Shared/LoadingView.js
Normal file
@@ -0,0 +1,10 @@
|
||||
"use strict";
|
||||
|
||||
define(['app'], function () {
|
||||
NzbDrone.Shared.LoadingView = Backbone.Marionette.ItemView.extend({
|
||||
template : 'Shared/LoadingTemplate',
|
||||
className: 'nz-loading row'
|
||||
});
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user