mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 16:52:04 +02:00
Fixed Renaming of episodes to include extension.
PostDownload Importing setup, need to setup job for period scan.
This commit is contained in:
@@ -46,5 +46,10 @@ namespace NzbDrone.Core.Providers.Core
|
||||
{
|
||||
File.Move(sourcePath, destinationPath);
|
||||
}
|
||||
|
||||
public virtual string GetExtension(string path)
|
||||
{
|
||||
return Path.GetExtension(path);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user