Use http instead of https for accessing the miroguide. Fixes #206
This commit is contained in:
parent
8b3c7d6723
commit
fe57170d74
|
@ -20,7 +20,7 @@ import android.net.Uri;
|
|||
public class MiroGuideConnector {
|
||||
private HttpClient httpClient;
|
||||
|
||||
private static final String HOST_URL = "https://www.miroguide.com/api/";
|
||||
private static final String HOST_URL = "http://www.miroguide.com/api/";
|
||||
private static final String PATH_GET_CHANNELS = "get_channels";
|
||||
private static final String PATH_LIST_CATEGORIES = "list_categories";
|
||||
private static final String PATH_GET_CHANNEL = "get_channel";
|
||||
|
|
Loading…
Reference in New Issue