fix #6
This commit is contained in:
parent
9e43167722
commit
c236f9a30a
@ -10,7 +10,7 @@ class Tracks extends Model
|
|||||||
new: 1 -- needs to be checked out / downloaded / bought
|
new: 1 -- needs to be checked out / downloaded / bought
|
||||||
downloaded: 2 -- illegal
|
downloaded: 2 -- illegal
|
||||||
owned: 3 -- legal!
|
owned: 3 -- legal!
|
||||||
duplicate: 4 -- needs to be deleted
|
invalid: 4 -- needs to be deleted
|
||||||
ignored: 5 -- don't want it
|
ignored: 5 -- don't want it
|
||||||
imported: 6 -- needs to be checked out
|
imported: 6 -- needs to be checked out
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user