1
0
mirror of https://github.com/ultrasonic/ultrasonic synced 2025-01-27 15:49:22 +01:00

RM unused PlayerState.kt

This commit is contained in:
tzugen 2022-04-21 14:52:11 +02:00
parent 9cdba9a27a
commit 1d236aa6e3
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930

View File

@ -1,12 +0,0 @@
package org.moire.ultrasonic.domain
enum class PlayerState {
IDLE,
DOWNLOADING,
PREPARING,
PREPARED,
STARTED,
STOPPED,
PAUSED,
COMPLETED
}