aboutsummaryrefslogtreecommitdiff
path: root/yt_dlp/extractor/zingmp3.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/zingmp3.py')
-rw-r--r--yt_dlp/extractor/zingmp3.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/yt_dlp/extractor/zingmp3.py b/yt_dlp/extractor/zingmp3.py
index 8b2d842ff..a818c9fa9 100644
--- a/yt_dlp/extractor/zingmp3.py
+++ b/yt_dlp/extractor/zingmp3.py
@@ -168,7 +168,6 @@ class ZingMp3IE(ZingMp3BaseIE):
if not formats and item.get('msg') == 'Sorry, this content is not available in your country.':
self.raise_geo_restricted(countries=self._GEO_COUNTRIES, metadata_available=True)
- self._sort_formats(formats)
lyric = item.get('lyric') or self._call_api('lyric', {'id': item_id}, fatal=False).get('file')