Delete duplicate code
This commit is contained in:
parent
bed1e70229
commit
3871af77e6
1 changed files with 0 additions and 3 deletions
|
@ -560,9 +560,6 @@ class LibrarySync(Thread):
|
||||||
# Create an index for actors to speed up sync
|
# Create an index for actors to speed up sync
|
||||||
create_actor_db_index()
|
create_actor_db_index()
|
||||||
|
|
||||||
# Create an index for actors to speed up sync
|
|
||||||
create_actor_db_index()
|
|
||||||
|
|
||||||
@LogTime
|
@LogTime
|
||||||
def fullSync(self, repair=False):
|
def fullSync(self, repair=False):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue