Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

Commit

Permalink
New api URL from SD
Browse files Browse the repository at this point in the history
  • Loading branch information
avandeputte authored Jul 30, 2017
1 parent 8268f1a commit e140034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/vars.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php
final class DVRUI_Vars
{
const DVRUI_version ="0.5.12";
const DVRUI_version ="0.5.13";
const DVRUI_name ="HDHomeRun DVR UI";
const DVRUI_git ="https://github.com/demonrik/HDHR-DVRUI.git";

const DVRUI_apiurl ="http://api.hdhomerun.com/";
/* Set TZ to something valid from http://php.net/manual/en/timezones.php */
const DVRUI_TZ = '';

Expand Down

0 comments on commit e140034

Please sign in to comment.