mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Fixed: Renaming Episodes will never overwrite existing files.
This commit is contained in:
committed by
Mark McDowall
parent
125e69da6d
commit
e5e00fd346
@@ -29,7 +29,7 @@ namespace NzbDrone.Common.Disk
|
||||
void MoveFolder(string source, string destination);
|
||||
void DeleteFile(string path);
|
||||
void CopyFile(string source, string destination, bool overwrite = false);
|
||||
void MoveFile(string source, string destination);
|
||||
void MoveFile(string source, string destination, bool overwrite = false);
|
||||
void DeleteFolder(string path, bool recursive);
|
||||
string ReadAllText(string filePath);
|
||||
void WriteAllText(string filename, string contents);
|
||||
|
||||
Reference in New Issue
Block a user