mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 09:03:49 -07:00
Manual search is persistent through tab changes
This commit is contained in:
parent
a2d993138c
commit
9d6f7efbf2
8 changed files with 43 additions and 21 deletions
11
UI/Episode/Search/ButtonsView.js
Normal file
11
UI/Episode/Search/ButtonsView.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
'use strict';
|
||||
define(
|
||||
[
|
||||
'app',
|
||||
'marionette'
|
||||
], function (App, Marionette) {
|
||||
|
||||
return Marionette.ItemView.extend({
|
||||
template: 'Episode/Search/ButtonsViewTemplate'
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue