Upated session-related file names.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
public partial class ApplicationSession
|
||||
{
|
||||
public WindowSession Window { get; set; } = new();
|
||||
public NavigationSession Navigation { get; set; } = new();
|
||||
public AudioLibrarySession Library { get; set; } = new();
|
||||
public AudioPlayerSession Player { get; set; } = new();
|
||||
public PlaylistSession Playlist { get; set; } = new();
|
||||
public WindowState Window { get; set; } = new();
|
||||
public NavigationState Navigation { get; set; } = new();
|
||||
public AudioLibraryState Library { get; set; } = new();
|
||||
public AudioPlayerState Player { get; set; } = new();
|
||||
public PlaylistState Playlist { get; set; } = new();
|
||||
}
|
||||
Reference in New Issue
Block a user