Added tracking/capturing/restoration of audio playback state and position.
This commit is contained in:
@@ -58,7 +58,7 @@ public partial class App : Application
|
||||
await sessionService.LoadAsync();
|
||||
|
||||
ISessionRestorer sessionRestorer = ServiceProvider.GetRequiredService<ISessionRestorer>();
|
||||
sessionRestorer.Restore();
|
||||
await sessionRestorer.RestoreAsync();
|
||||
|
||||
ISessionTracker sessionTracker = ServiceProvider.GetRequiredService<ISessionTracker>();
|
||||
sessionTracker.Start();
|
||||
|
||||
Reference in New Issue
Block a user