Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortytan652 <17492366+tytan652@users.noreply.github.com>2019-10-23 19:38:10 +0300
committertytan652 <17492366+tytan652@users.noreply.github.com>2019-10-23 19:38:10 +0300
commit376ed73f36d3a99f0313ea104a835b40430e03ca (patch)
treea758517e16b43f2585e2cf5181a7386f3be4932d
parent6665ab324191e0c3a274d1035a0c154e685f1121 (diff)
hotfix: use getURL in getApiURL
-rw-r--r--plugins/backend/fresh/freshUtils.vala2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/backend/fresh/freshUtils.vala b/plugins/backend/fresh/freshUtils.vala
index 107bcc3a..3cce5bdd 100644
--- a/plugins/backend/fresh/freshUtils.vala
+++ b/plugins/backend/fresh/freshUtils.vala
@@ -119,7 +119,7 @@ public class FeedReader.freshUtils : GLib.Object {
public string getApiURL()
{
- return Utils.gsettingReadString(m_settings, "url")[0:-12];
+ return getURL()[0:-12];
}
public string getPasswd()