Clarify class description
This commit is contained in:
parent
6510d5e399
commit
58a86d34f1
1 changed files with 3 additions and 4 deletions
|
@ -12,10 +12,9 @@ LOG = getLogger('PLEX.sync.fill_metadata_queue')
|
||||||
class FillMetadataQueue(common.LibrarySyncMixin,
|
class FillMetadataQueue(common.LibrarySyncMixin,
|
||||||
backgroundthread.KillableThread):
|
backgroundthread.KillableThread):
|
||||||
"""
|
"""
|
||||||
Threaded download of Plex XML metadata for a certain library item.
|
Determines which plex_ids we need to sync and puts these ids in a separate
|
||||||
Fills the queue with the downloaded etree XML objects. Will use a COPIED
|
queue. Will use a COPIED plex.db file (plex-copy.db) in order to read much
|
||||||
plex.db file (plex-copy.db) in order to read much faster without the
|
faster without the writing thread stalling
|
||||||
writing thread stalling
|
|
||||||
"""
|
"""
|
||||||
def __init__(self, repair, section_queue, get_metadata_queue):
|
def __init__(self, repair, section_queue, get_metadata_queue):
|
||||||
self.repair = repair
|
self.repair = repair
|
||||||
|
|
Loading…
Reference in a new issue