remove author from observe sources generated download items
This commit is contained in:
parent
3a7a7fa46c
commit
85352bad91
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ class ObserveSourceWorker(
|
||||||
val string = Gson().toJson(item.downloadItemTemplate, DownloadItem::class.java)
|
val string = Gson().toJson(item.downloadItemTemplate, DownloadItem::class.java)
|
||||||
val downloadItem = Gson().fromJson(string, DownloadItem::class.java)
|
val downloadItem = Gson().fromJson(string, DownloadItem::class.java)
|
||||||
downloadItem.title = it.title
|
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.duration = it.duration
|
||||||
downloadItem.website = it.website
|
downloadItem.website = it.website
|
||||||
downloadItem.url = it.url
|
downloadItem.url = it.url
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue