vlc.playlist.items.remove() seems to be buggy since V1.1
Posted: 29 Aug 2010 19:26
Within the Mozilla plugin the method "vlc.playlist.items.remove() seems to be buggy since V1.1.
1.0.5 Goldeneye worked as a charme.
The javascript code : "vlc.playlist.items.remove((vlc.playlist.items.count+=-1));" doesn´t work anymore.
"try{vlc.playlist.items.remove((vlc.playlist.items.count+=-1));}catch(errorObject){ugly="bug";alert(errorObject.message);}"
throws the following error but works: "Error calling method on NPObject!"
Without try - catch the method doesn´t work any more.
1.0.5 Goldeneye worked as a charme.
The javascript code : "vlc.playlist.items.remove((vlc.playlist.items.count+=-1));" doesn´t work anymore.
"try{vlc.playlist.items.remove((vlc.playlist.items.count+=-1));}catch(errorObject){ugly="bug";alert(errorObject.message);}"
throws the following error but works: "Error calling method on NPObject!"
Without try - catch the method doesn´t work any more.