]> git.sesse.net Git - vlc/commit
Fix playlist_item_t.i_id vs input_item_t.i_id mess in HTTP interface. (Looks like...
authorAntoine Cellerier <dionoea@videolan.org>
Sun, 19 Aug 2007 16:55:45 +0000 (16:55 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sun, 19 Aug 2007 16:55:45 +0000 (16:55 +0000)
commit3d599783b5dc8cd9c621b98d1c0c819da47ecdf2
tree648c770682872419c216fe62ab0f3323836e557f
parent234fc4e33a5edca0b10e25f2ab47aafd484994c4
Fix playlist_item_t.i_id vs input_item_t.i_id mess in HTTP interface. (Looks like this was new in 0.9.0. Having 2 differents integer ids, one being used to play and the other needed to delete the item is kind of awkward.)
modules/control/http/macro.c
modules/control/http/rpn.c
modules/control/http/util.c