mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-15 16:34:43 +02:00
Refactor storage model to work with native Realm
This commit is contained in:
parent
b0905d0270
commit
d83e04c47b
33 changed files with 1580 additions and 1305 deletions
15
ios/App/Shared/models/PlayerState.swift
Normal file
15
ios/App/Shared/models/PlayerState.swift
Normal file
|
@ -0,0 +1,15 @@
|
|||
//
|
||||
// PlayerState.swift
|
||||
// App
|
||||
//
|
||||
// Created by Ron Heft on 8/16/22.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
enum PlayerState: Codable {
|
||||
case IDLE
|
||||
case BUFFERING
|
||||
case READY
|
||||
case ENDED
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue