mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Fixed: Renaming Episodes will never overwrite existing files.
This commit is contained in:
parent
125e69da6d
commit
e5e00fd346
5 changed files with 41 additions and 10 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue