mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed typo in delete episode.
This commit is contained in:
@@ -22,7 +22,7 @@ define(
|
|||||||
_onClick: function () {
|
_onClick: function () {
|
||||||
var self = this;
|
var self = this;
|
||||||
|
|
||||||
if (window.confirm('Are you sure you want to delete \'{0}\' form disk?'.format(this.model.get('path')))) {
|
if (window.confirm('Are you sure you want to delete \'{0}\' from disk?'.format(this.model.get('path')))) {
|
||||||
this.model.destroy()
|
this.model.destroy()
|
||||||
.done(function () {
|
.done(function () {
|
||||||
vent.trigger(vent.Events.EpisodeFileDeleted, { episodeFile: self.model });
|
vent.trigger(vent.Events.EpisodeFileDeleted, { episodeFile: self.model });
|
||||||
|
Reference in New Issue
Block a user