mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Enhance Trickplay (#11883)
This commit is contained in:
parent
675a8a9ec9
commit
c56dbc1c44
13 changed files with 422 additions and 53 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue