mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-02 10:55:30 -04:00
Remove unnecessary properties
This commit is contained in:
parent
c4e1ffe023
commit
1b35392f9c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user