Skip to content

Commit

Permalink
Missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
da3dsoul committed Jan 6, 2017
1 parent a4dc612 commit 3126ffe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions JMMServer/JMMServiceImplementation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3719,9 +3719,6 @@ public string DeleteVideoLocalPlaceAndFile(int videolocalplaceid)
return $"Unable to delete file '{place.FullServerPath}'";
}
place.RemoveRecord();
RepoFactory.VideoLocal.Delete(vid);
CommandRequest_DeleteFileFromMyList cmdDel = new CommandRequest_DeleteFileFromMyList(vid.Hash, vid.FileSize);
cmdDel.Save();
// For deletion of files from Trakt, we will rely on the Daily sync

return "";
Expand Down

0 comments on commit 3126ffe

Please sign in to comment.