diff options
Diffstat (limited to 'web/poc_jsonrpc/tvshows.html')
-rw-r--r-- | web/poc_jsonrpc/tvshows.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/poc_jsonrpc/tvshows.html b/web/poc_jsonrpc/tvshows.html index 8528bcc152..9d6a4a1150 100644 --- a/web/poc_jsonrpc/tvshows.html +++ b/web/poc_jsonrpc/tvshows.html @@ -28,7 +28,7 @@ function PrintSeasons(tvshowid) } function PrintTVShows() { - document.write("<html><head><title>XBMC - TV Shows</title><link type=\"text/css\" rel=\"stylesheet\" href=\"basic.css\"></head><body><h1>TV Shows</h1>"); + document.write("<html><head><title>XBMC - TV Shows</title><link type=\"text/css\" rel=\"stylesheet\" href=\"basic.css\"></head><body><h1><a href=\"movies.html\">Movies</a> TV Shows <a href=\"albums.html\">Albums</a></h1>"); var http_request = new XMLHttpRequest(); http_request.open( "POST", "jsonrpc", false ); |