mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 18:24:02 +00:00
Extract playback stats view
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import SwiftUI
|
||||
|
||||
struct NetworkState: View {
|
||||
@EnvironmentObject<NetworkStateModel> private var model
|
||||
@ObservedObject private var model = NetworkStateModel.shared
|
||||
|
||||
var body: some View {
|
||||
Buffering(state: model.fullStateText)
|
||||
|
Reference in New Issue
Block a user