drop legacy newBury option

This commit is contained in:
Damien Elmes 2020-04-13 19:23:53 +10:00
parent 540892639f
commit fcb8567185

View File

@ -87,9 +87,6 @@ class _Collection:
d += datetime.timedelta(hours=4)
self.crt = int(time.mktime(d.timetuple()))
self._loadScheduler()
if not self.conf.get("newBury", False):
self.conf["newBury"] = True
self.setMod()
def name(self) -> Any:
n = os.path.splitext(os.path.basename(self.path))[0]