Remove unnecessary properties

This commit is contained in:
Alex Ling 2020-10-25 07:09:21 +00:00
parent c4e1ffe023
commit 1b35392f9c

View File

@ -1,6 +1,6 @@
class Library
property dir : String, title_ids : Array(String),
title_hash : Hash(String, Title), entries_count = 0, thumbnails_count = 0
title_hash : Hash(String, Title)
use_default
@ -13,6 +13,9 @@ class Library
@title_ids = [] of String
@title_hash = {} of String => Title
@entries_count = 0
@thumbnails_count = 0
scan_interval = Config.current.scan_interval_minutes
if scan_interval < 1
scan