Arlodotexe / strix-music

Combine any music sources into a single library. It's your music. Play it your way.
http://www.strixmusic.com
139 stars 4 forks source link

Remove ICore.CoreState #239

Closed Arlodotexe closed 1 year ago

Arlodotexe commented 1 year ago

Describe the problem

ICore.CoreState currently contains 3 values: Unloaded, Loading, Loaded. It used to contain more, but we removed them when we removed AbstractUI from ICore.

We don't need the 3 remaining values anymore. They are all covered by OwlCore.ComponentModel.IAsyncInit.

Describe the proposed change

Remove CoreState and CoreStateChanged from ICore, and all implementations of ICore.

Alternatives

No response

Additional info

No response

Help us help you

Yes, I'd like to be assigned to work on this item.