mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 08:23:04 +00:00
Enhance Trickplay (#11883)
This commit is contained in:
@@ -33,6 +33,13 @@ namespace MediaBrowser.Model.IO
|
||||
|
||||
string MakeAbsolutePath(string folderPath, string filePath);
|
||||
|
||||
/// <summary>
|
||||
/// Moves a directory to a new location.
|
||||
/// </summary>
|
||||
/// <param name="source">Source directory.</param>
|
||||
/// <param name="destination">Destination directory.</param>
|
||||
void MoveDirectory(string source, string destination);
|
||||
|
||||
/// <summary>
|
||||
/// Returns a <see cref="FileSystemMetadata" /> object for the specified file or directory path.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user