]> git.sesse.net Git - vlc/commitdiff
Lua SD: freebox - there was no problem after all
authorFabio Ritrovato <sephiroth87@videolan.org>
Mon, 15 Feb 2010 23:21:00 +0000 (00:21 +0100)
committerFabio Ritrovato <sephiroth87@videolan.org>
Mon, 15 Feb 2010 23:21:00 +0000 (00:21 +0100)
share/lua/sd/freebox.lua

index 270b692ad9a4c372c7217374eeb50d9fd8095344..18c7846c2b661fd60e9022cb17c33a5ec04ace05 100644 (file)
@@ -33,7 +33,6 @@ function main()
     while line ~= nil do
         if( string.find( line, "#EXTINF" ) ) then
             _, _, duration, artist, name = string.find( line, ":(%w+),(%w+)%s*-%s*(.+)" )
-            --TODO: fix the name not showing special characters correctly
         elseif( string.find( line, "#EXTVLCOPT" ) ) then
             _, _, option = string.find( line, ":(.+)" )
             table.insert( options, option )