From 58a86d34f1781df4baca3fa5c11b8d3c5b8d9058 Mon Sep 17 00:00:00 2001 From: croneter Date: Fri, 13 Dec 2019 13:45:34 +0100 Subject: [PATCH] Clarify class description --- resources/lib/library_sync/fill_metadata_queue.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/resources/lib/library_sync/fill_metadata_queue.py b/resources/lib/library_sync/fill_metadata_queue.py index ceb05f06..64665611 100644 --- a/resources/lib/library_sync/fill_metadata_queue.py +++ b/resources/lib/library_sync/fill_metadata_queue.py @@ -12,10 +12,9 @@ LOG = getLogger('PLEX.sync.fill_metadata_queue') class FillMetadataQueue(common.LibrarySyncMixin, backgroundthread.KillableThread): """ - Threaded download of Plex XML metadata for a certain library item. - Fills the queue with the downloaded etree XML objects. Will use a COPIED - plex.db file (plex-copy.db) in order to read much faster without the - writing thread stalling + Determines which plex_ids we need to sync and puts these ids in a separate + queue. Will use a COPIED plex.db file (plex-copy.db) in order to read much + faster without the writing thread stalling """ def __init__(self, repair, section_queue, get_metadata_queue): self.repair = repair