Map<String, dynamic> toMap() { return { 'url': url, 'quality': quality, 'format': format, 'audioUrl': audioUrl, 'isLive': isLive, }; }