From 376ed73f36d3a99f0313ea104a835b40430e03ca Mon Sep 17 00:00:00 2001 From: tytan652 <17492366+tytan652@users.noreply.github.com> Date: Wed, 23 Oct 2019 18:38:10 +0200 Subject: hotfix: use getURL in getApiURL --- plugins/backend/fresh/freshUtils.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3