updated nuget + live tv

This commit is contained in:
Luke Pulverenti 2013-12-14 10:49:11 -05:00
parent 07241dc539
commit fadec6653a
14 changed files with 109 additions and 27 deletions

View file

@ -0,0 +1,21 @@
<!DOCTYPE html>
<html>
<head>
<title>Media Browser</title>
</head>
<body>
<div id="liveTvSeriesTimerPage" data-role="page" class="page libraryPage" data-theme="a" data-view="livetv">
<div class="libraryViewNav">
<a href="livetvguide.html">Guide</a>
<a href="livetvchannels.html">Channels</a>
<a href="livetvrecordings.html">Recordings</a>
<a href="livetvtimers.html">Upcoming Timers</a>
<a href="livetvseriestimers.html" class="ui-btn-active">Series Timers</a>
</div>
<div data-role="content">
<br />
<div id="items" class="itemsContainer"></div>
</div>
</div>
</body>
</html>