diff --git a/modules/communication/liquidsoap/initthread.py b/modules/communication/liquidsoap/initthread.py
index f7bcd381f391b4be809089e31e7553076b0080dc..1079fd5271ce65e00da2de35df4d4faa376c9d4c 100644
--- a/modules/communication/liquidsoap/initthread.py
+++ b/modules/communication/liquidsoap/initthread.py
@@ -79,7 +79,7 @@ class LiquidSoapInitThread(threading.Thread):
             if channel == ScheduleEntryType.FILESYSTEM:
                 # calc how many seconds were missed
                 now_unix = time.mktime(datetime.datetime.now().timetuple())
-                seconds_to_seek = now_unix - self.active_entry.entry_start_unix
+                seconds_to_seek = now_unix - self.active_entry.start_unix
 
                 # and seek these seconds forward
                 if seconds_to_seek > 0:
@@ -112,4 +112,4 @@ class LiquidSoapInitThread(threading.Thread):
         install_dir = self.liquidsoapcommunicator.config.get("install_dir")
         self.liquidsoapcommunicator.playlist_push(install_dir + "/configuration/blank.flac")
         # .. or the radio fro stream (it is overwritten as soon as one http overtake is planned)
-        self.liquidsoapcommunicator.set_http_url("http://stream.fro.at/fro-128.ogg")
+        #self.liquidsoapcommunicator.set_http_url("http://stream.fro.at/fro-128.ogg")