mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2025-11-03 03:29:34 +00:00
user_template and other files are now accessed via JSONStorage, which has dictionary like attributes for each file which can be used like a dictionary, without the need to manually read and write the file. This was done so that other storage types (e.g a database) can be added in future. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| data_store.py | ||
| email.py | ||
| jf_api.py | ||
| login.py | ||
| pw_reset.py | ||
| setup.py | ||
| validate_password.py | ||
| web_api.py | ||
| web.py | ||