NPSMLib icon indicating copy to clipboard operation
NPSMLib copied to clipboard

A NowPlayingSessionManager wrapper library - used for controlling SMTC apps (e.g. Groove Music, Movies & TV, etc...)

Results 2 NPSMLib issues
Sort by recently updated
recently updated
newest added

Link to App Centre report: https://appcenter.ms/orgs/ModernFlyouts/apps/ModernFlyouts/crashes/errors/974178724u/overview Currently our most popular bug

I just clone this repo and here is my MainPage.xaml.cs (modified sample): ``` using NPSMLib; using Windows.UI.Xaml; using Windows.UI.Xaml.Controls; namespace NPSM_UWP { public sealed partial class MainPage : Page {...

bug