mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Rename preview for full series and season
New: Preview before renaming files
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
'use strict';
|
||||
define(
|
||||
[
|
||||
'marionette',
|
||||
'Rename/RenamePreviewItemView'
|
||||
], function (Marionette, RenamePreviewItemView) {
|
||||
return Marionette.CollectionView.extend({
|
||||
|
||||
itemView : RenamePreviewItemView
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user