mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
incorporate file length into image cache tag
This commit is contained in:
@@ -690,8 +690,9 @@ namespace MediaBrowser.Model.ApiClient
|
||||
/// Stops the transcoding processes.
|
||||
/// </summary>
|
||||
/// <param name="deviceId">The device identifier.</param>
|
||||
/// <param name="streamId">The stream identifier.</param>
|
||||
/// <returns>Task.</returns>
|
||||
Task StopTranscodingProcesses(string deviceId);
|
||||
Task StopTranscodingProcesses(string deviceId, string streamId);
|
||||
|
||||
/// <summary>
|
||||
/// Sets the index of the audio stream.
|
||||
|
||||
Reference in New Issue
Block a user