mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 23:58:57 +00:00
Fix added warnings
This commit is contained in:
@@ -177,8 +177,7 @@ namespace MediaBrowser.Providers.Subtitles
|
||||
public async Task UploadSubtitle(Video video, SubtitleResponse response)
|
||||
{
|
||||
var libraryOptions = BaseItem.LibraryManager.GetLibraryOptions(video);
|
||||
|
||||
await TrySaveSubtitle(video, libraryOptions, response);
|
||||
await TrySaveSubtitle(video, libraryOptions, response).ConfigureAwait(false);
|
||||
}
|
||||
|
||||
private async Task TrySaveSubtitle(
|
||||
|
||||
Reference in New Issue
Block a user