INTERACT FORUM

Windows => Plug-in Development => Topic started by: Messiahs on December 21, 2007, 07:00:12 pm

Title: Media Center 12.0.400 Playing Now bug
Post by: Messiahs on December 21, 2007, 07:00:12 pm
the same with MCCurPlaylist.RemoveFile:
Code: [Select]
        Dim MCCurPlaylist As MediaCenter.IMJCurPlaylistAutomation
        MCCurPlaylist = mediaCenterRef.GetCurPlaylist

        If Not MCCurPlaylist Is Nothing Then
            If MCCurPlaylist.GetNumberFiles >= CInt(pos) Then
                MCCurPlaylist.RemoveFile(CInt(pos))
            End If
        End If

If pos = '0' then the view is updated.....