Update dependencies

This commit is contained in:
ByteDream 2022-12-08 00:12:25 +01:00
parent ce5672588e
commit a32d3aef87
5 changed files with 124 additions and 23 deletions

View file

@ -341,7 +341,7 @@ async fn formats_from_series(
}
let streams = episode.streams().await?;
let streaming_data = streams.streaming_data(None).await?;
let streaming_data = streams.hls_streaming_data(None).await?;
let Some(stream) = find_resolution(streaming_data, &archive.resolution) else {
bail!(
"Resolution ({}x{}) is not available for episode {} ({}) of season {} ({}) of {}",