diff --git a/data/interfaces/default/base.html b/data/interfaces/default/base.html
index b5d6052a..7053f803 100755
--- a/data/interfaces/default/base.html
+++ b/data/interfaces/default/base.html
@@ -82,6 +82,8 @@
+
+ powered by musicbrainz (donate)
@@ -102,4 +104,4 @@
<%def name="javascriptIncludes()">%def>
<%def name="headIncludes()">%def>
-<%def name="headerIncludes()">%def>
\ No newline at end of file
+<%def name="headerIncludes()">%def>
diff --git a/data/interfaces/remix/base.html b/data/interfaces/remix/base.html
index f0f08a10..5476e27d 100755
--- a/data/interfaces/remix/base.html
+++ b/data/interfaces/remix/base.html
@@ -82,6 +82,8 @@
+
+ powered by musicbrainz (donate)
@@ -102,4 +104,4 @@
<%def name="javascriptIncludes()">%def>
<%def name="headIncludes()">%def>
-<%def name="headerIncludes()">%def>
\ No newline at end of file
+<%def name="headerIncludes()">%def>
diff --git a/headphones/__init__.py b/headphones/__init__.py
index 18479529..94b61571 100644
--- a/headphones/__init__.py
+++ b/headphones/__init__.py
@@ -497,7 +497,7 @@ def start():
# Start our scheduled background tasks
- SCHED.add_cron_job(updater.dbUpdate, hour=4, minute=0, second=0)
+ SCHED.add_interval_job(updater.dbUpdate, hours=48)
SCHED.add_interval_job(searcher.searchforalbum, minutes=SEARCH_INTERVAL)
SCHED.add_interval_job(librarysync.libraryScan, minutes=LIBRARYSCAN_INTERVAL)
SCHED.add_interval_job(versioncheck.checkGithub, minutes=300)
@@ -625,4 +625,4 @@ def shutdown(restart=False, update=False):
logger.info('Restarting Headphones with ' + str(popen_list))
subprocess.Popen(popen_list, cwd=os.getcwd())
- os._exit(0)
\ No newline at end of file
+ os._exit(0)