mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 09:53:33 +00:00
clean: code cleanup
This commit is contained in:
parent
0070539008
commit
c01f2665a5
4 changed files with 1 additions and 5 deletions
|
|
@ -18,7 +18,7 @@ class Download(@PrimaryKey override val id: String) : Child(id) {
|
|||
var playlistName: String? = null
|
||||
|
||||
@ColumnInfo(name = "download_state", defaultValue = "1")
|
||||
var downloadState: Int = 0;
|
||||
var downloadState: Int = 0
|
||||
|
||||
constructor(child: Child) : this(child.id) {
|
||||
parentId = child.parentId
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue