mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-08-16 17:19:32 +02:00
This commit is contained in:
@@ -699,7 +699,7 @@ class Library:
|
||||
def all_entries(self, with_joins: bool = False) -> Iterator[Entry]:
|
||||
"""Load entries without joins."""
|
||||
with Session(self.engine) as session:
|
||||
return Library._all_entries(session, with_joins)
|
||||
yield from Library._all_entries(session, with_joins)
|
||||
|
||||
@property
|
||||
def tags(self) -> list[Tag]:
|
||||
|
||||
Reference in New Issue
Block a user