Beispiel #1
0
        public static void NextChapterOrTitle()
        {
            IPlayerContextManager playerContextManager = ServiceRegistration.Get <IPlayerContextManager>();

            if (!playerContextManager.NextChapter())
            {
                playerContextManager.NextItem();
            }
        }