]> git.sesse.net Git - vlc/blobdiff - share/lua/sd/freebox.lua
Revert "Lua SD: let the user know we are working"
[vlc] / share / lua / sd / freebox.lua
index 0ba209ba6b063877eef6062ecb4f1da025611027..a908648ef08f8e11fe45ba6af32bf8bc67fec409 100644 (file)
@@ -34,7 +34,6 @@ function main()
     if line ~= "#EXTM3U" then
         return nil
     end
-    local loading = vlc.sd.add_item( {path="vlc://nop",title="Loading..."} )
     line = fd:readline()
     local duration, artist, name
     local options={"deinterlace=1"}
@@ -53,5 +52,4 @@ function main()
         end
         line = fd:readline()
     end
-    vlc.sd.remove_item( loading )
 end