mirror of
https://github.com/KRTirtho/spotube.git
synced 2026-08-05 19:59:51 +00:00
Merge a5f86fb969 into 69a310c78f
This commit is contained in:
commit
53bd90fd40
@ -90,7 +90,7 @@ class MetadataPlugin {
|
||||
'id': video.id.value,
|
||||
'title': video.title,
|
||||
'author': video.author,
|
||||
'duration': video.duration?.inSeconds,
|
||||
'duration': video.duration?.inMicroseconds ?? 0,
|
||||
'description': video.description,
|
||||
'uploadDate': video.uploadDate?.toIso8601String(),
|
||||
'viewCount': video.engagement.viewCount,
|
||||
@ -105,7 +105,7 @@ class MetadataPlugin {
|
||||
'id': video.id.value,
|
||||
'title': video.title,
|
||||
'author': video.author,
|
||||
'duration': video.duration?.inSeconds,
|
||||
'duration': video.duration?.inMicroseconds ?? 0,
|
||||
'description': video.description,
|
||||
'uploadDate': video.uploadDate?.toIso8601String(),
|
||||
'viewCount': video.engagement.viewCount,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user