return context.intentFor<VideoPlayerActivity>(
                CONTENT_ID to contentId,
                VIDEO_POSITION to position,
                SECTION_ID to sectionId
            ).singleTop().apply { if (getPrefs(context).SP_PIP) excludeFromRecents() }