mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Set the stopped state when we stop audio
This commit is contained in:
parent
c3fccec0c2
commit
8dec9e83bb
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ public class AudioSession: ObservableObject {
|
|||
timer = nil
|
||||
player = nil
|
||||
item = nil
|
||||
state = .stopped
|
||||
}
|
||||
|
||||
public func isLoadingItem(item: LinkedItem) -> Bool {
|
||||
|
|
|
|||
Loading…
Reference in a new issue