mirror of
https://github.com/alexta69/metube.git
synced 2026-06-16 00:30:04 +00:00
fix: handle playlists that don't supply video ids
This commit is contained in:
@@ -359,6 +359,8 @@ class SubscriptionManager:
|
||||
if not eid or not vurl:
|
||||
continue
|
||||
queue_entry = dict(ent)
|
||||
if "id" not in queue_entry:
|
||||
queue_entry["id"] = eid
|
||||
queue_entry["_type"] = "video"
|
||||
queue_entry["webpage_url"] = vurl
|
||||
result = await self.dqueue.add_entry(
|
||||
|
||||
Reference in New Issue
Block a user