remove author from observe sources generated download items

pull/736/head
deniscerri 1 year ago
parent 3a7a7fa46c
commit 85352bad91
No known key found for this signature in database
GPG Key ID: 95C43D517D830350

@ -114,7 +114,7 @@ class ObserveSourceWorker(
val string = Gson().toJson(item.downloadItemTemplate, DownloadItem::class.java)
val downloadItem = Gson().fromJson(string, DownloadItem::class.java)
downloadItem.title = it.title
downloadItem.author = it.author
// downloadItem.author = it.author DONT ADD IT, can conflict with playlist uploader album artist etc etc
downloadItem.duration = it.duration
downloadItem.website = it.website
downloadItem.url = it.url

Loading…
Cancel
Save