mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Go to series instead of open series on episode modal
This commit is contained in:
parent
76acc8ffa6
commit
e43f251f74
2 changed files with 2 additions and 2 deletions
|
@ -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 });
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue