public static void PreviousChapterOrTitle() { IPlayerContextManager playerContextManager = ServiceRegistration.Get <IPlayerContextManager>(); if (!playerContextManager.PreviousChapter()) { playerContextManager.PreviousItem(); } }