mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
Relative episode file paths
This commit is contained in:
@@ -16,8 +16,6 @@ namespace NzbDrone.Core.Tv
|
||||
|
||||
public void Handle(SeriesEditedEvent message)
|
||||
{
|
||||
//TODO: Refresh if path has changed (also move files)
|
||||
|
||||
if (message.Series.SeriesType != message.OldSeries.SeriesType)
|
||||
{
|
||||
_commandExecutor.PublishCommandAsync(new RefreshSeriesCommand(message.Series.Id));
|
||||
|
||||
Reference in New Issue
Block a user