mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix added warnings
This commit is contained in:
parent
97e948bbf6
commit
dfbe4413ff
@ -177,8 +177,7 @@ namespace MediaBrowser.Providers.Subtitles
|
|||||||
public async Task UploadSubtitle(Video video, SubtitleResponse response)
|
public async Task UploadSubtitle(Video video, SubtitleResponse response)
|
||||||
{
|
{
|
||||||
var libraryOptions = BaseItem.LibraryManager.GetLibraryOptions(video);
|
var libraryOptions = BaseItem.LibraryManager.GetLibraryOptions(video);
|
||||||
|
await TrySaveSubtitle(video, libraryOptions, response).ConfigureAwait(false);
|
||||||
await TrySaveSubtitle(video, libraryOptions, response);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task TrySaveSubtitle(
|
private async Task TrySaveSubtitle(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user