mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 18:54:11 +00:00
New channel navigation
This commit is contained in:
@@ -549,4 +549,8 @@ final class PlayerModel: ObservableObject {
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
func setNeedsDrawing(_ needsDrawing: Bool) {
|
||||
backends.forEach { $0.setNeedsDrawing(needsDrawing) }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user