mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-06 10:16:18 +00:00
remove unneeded async
This commit is contained in:
@@ -274,7 +274,7 @@ namespace MediaBrowser.Api
|
||||
/// Kills the transcoding job.
|
||||
/// </summary>
|
||||
/// <param name="job">The job.</param>
|
||||
private async void KillTranscodingJob(TranscodingJob job)
|
||||
private void KillTranscodingJob(TranscodingJob job)
|
||||
{
|
||||
lock (_activeTranscodingJobs)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user