aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/showroomlive.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/showroomlive.py')
-rw-r--r--yt_dlp/extractor/showroomlive.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/showroomlive.py b/yt_dlp/extractor/showroomlive.py
index cd681a035..ab1895311 100644
--- a/yt_dlp/extractor/showroomlive.py
+++ b/yt_dlp/extractor/showroomlive.py
@@ -66,7 +66,6 @@ class ShowRoomLiveIE(InfoExtractor):
'format_note': stream.get('label'),
'quality': int_or_none(stream.get('quality', 100)),
})
- self._sort_formats(formats)
return {
'id': compat_str(room.get('live_id') or broadcaster_id),