]> git.sesse.net Git - vlc/commitdiff
lua sd: fix icecast hash
authorFrancois Cartegnie <fcvlcdev@free.fr>
Mon, 4 Jun 2012 11:34:30 +0000 (13:34 +0200)
committerFrancois Cartegnie <fcvlcdev@free.fr>
Mon, 4 Jun 2012 18:39:09 +0000 (20:39 +0200)
share/lua/sd/icecast.lua

index c1efe2113d02c1009dcb28dcfef40c5a396c311c..7242ec4817f6ed4f3d7e2d113e772efa9e1bf2a0 100644 (file)
@@ -44,7 +44,7 @@ function main()
                           genre=station.children_map["genre"][1].children[1],
                           nowplaying=station.children_map["current_song"][1].children[1],
                           uiddata=station.children_map["listen_url"][1].children[1]
-                                  .. station.children_map["listen_url"][1].children[1],
+                                  .. station.children_map["server_name"][1].children[1],
                           meta={
                                   ["Listing Source"]="dir.xiph.org",
                                   ["Listing Type"]="radio",