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
1 changed files with 0 additions and 12 deletions

View File

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