INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Media Center 12.0.400 Playing Now bug  (Read 1497 times)

Messiahs

  • Galactic Citizen
  • ****
  • Posts: 432
Media Center 12.0.400 Playing Now bug
« 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.....
Pages: [1]   Go Up