[longomatch] Use correct remote json file for latest version notification.



commit 15d558752a5a05dbcb03d9b3f4f874c34498565b
Author: Xavi Artigas <xartigas fluendo com>
Date:   Mon Apr 13 13:36:50 2015 +0200

    Use correct remote json file for latest version notification.

 LongoMatch.Core/Common/Constants.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.Core/Common/Constants.cs b/LongoMatch.Core/Common/Constants.cs
index d962486..b135a4d 100644
--- a/LongoMatch.Core/Common/Constants.cs
+++ b/LongoMatch.Core/Common/Constants.cs
@@ -76,7 +76,7 @@ Xavier Queralt Mateu (ca)";
 
                public const string WEBSITE = "http://www.longomatch.com";;
 
-               public const string LATEST_VERSION_URL = "http://oneplay-cdn.fluendo.com/latest.json";;
+               public const string LATEST_VERSION_URL = "http://cdn.longomatch.com/latest-longomatch.json";;
 
                public const string MANUAL = "http://www.longomatch.com/documentation/manual.html";;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]