Fixed Import Playlist crash on ColorOS devices

This commit is contained in:
Prathamesh More 2021-12-29 14:55:13 +05:30
parent 70474a1462
commit f4f4db4d47
2 changed files with 8 additions and 6 deletions

View file

@ -49,6 +49,4 @@ open class Playlist(
result = 31 * result + name.hashCode()
return result
}
}