by275 / plex_autoscan

A maintained fork of Plex Autoscan
GNU General Public License v3.0
13 stars 2 forks source link

fixes issue #18 #20

Closed 8a8al00ey closed 1 year ago

8a8al00ey commented 1 year ago

In-memory databases only exist for the connection that opened them. Peewee, by default, uses a connection-per-thread, so each thread has it's own connection (and hence its own in-memory database).

by275 commented 1 year ago

Thanks for the fix. I will merge it soon.