mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Fixed: Show search for existing series that finds no results
This commit is contained in:
@@ -4,7 +4,7 @@ define(
|
||||
'marionette'
|
||||
], function (Marionette) {
|
||||
return Marionette.ItemView.extend({
|
||||
template: 'Shared/notfoundtemplate'
|
||||
template: 'Shared/NotFoundViewTemplate'
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user