mirror of
https://github.com/hkalexling/Mango.git
synced 2025-08-03 11:25:29 -04:00
Remove unnecessary properties
This commit is contained in:
parent
c4e1ffe023
commit
1b35392f9c
@ -1,6 +1,6 @@
|
|||||||
class Library
|
class Library
|
||||||
property dir : String, title_ids : Array(String),
|
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
|
use_default
|
||||||
|
|
||||||
@ -13,6 +13,9 @@ class Library
|
|||||||
@title_ids = [] of String
|
@title_ids = [] of String
|
||||||
@title_hash = {} of String => Title
|
@title_hash = {} of String => Title
|
||||||
|
|
||||||
|
@entries_count = 0
|
||||||
|
@thumbnails_count = 0
|
||||||
|
|
||||||
scan_interval = Config.current.scan_interval_minutes
|
scan_interval = Config.current.scan_interval_minutes
|
||||||
if scan_interval < 1
|
if scan_interval < 1
|
||||||
scan
|
scan
|
||||||
|
Loading…
x
Reference in New Issue
Block a user