Deprecate search stream.is_drm option

This commit is contained in:
bytedream 2024-05-24 22:17:25 +02:00
parent fb8e535644
commit e7ac6d8874
2 changed files with 5 additions and 1 deletions

View file

@ -173,7 +173,7 @@ impl From<&Stream> for FormatStream {
Self {
locale: value.audio_locale.clone(),
dash_url: value.url.clone(),
is_drm: value.session.uses_stream_limits,
is_drm: false,
}
}
}