mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2025-11-09 18:06:35 +00:00
Previously the user was able to set any number to limitThreads UI component but internally that was reduced to be a maximum of 50 which is deceiving to the user. Set this is set as a boundary in the UI. This also fixes a bug that the user could set the number of threads to zero which follows from GIGO; but let the UI assist by placing a min number of threads to 1. |
||
|---|---|---|
| .. | ||
| database | ||
| dialogs | ||
| entrypoint | ||
| helper | ||
| jellyfin | ||
| objects | ||
| __init__.py | ||
| client.py | ||
| connect.py | ||
| downloader.py | ||
| full_sync.py | ||
| library.py | ||
| monitor.py | ||
| player.py | ||
| setup.py | ||
| views.py | ||
| webservice.py | ||