mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
Go to series instead of open series on episode modal
This commit is contained in:
@@ -188,7 +188,7 @@ define(
|
||||
message: 'Added: ' + self.model.get('title'),
|
||||
actions : {
|
||||
goToSeries: {
|
||||
label: 'Go to Series Page',
|
||||
label: 'Go to Series',
|
||||
action: function() {
|
||||
Backbone.history.navigate('/series/' + self.model.get('titleSlug'), { trigger: true });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user