elfhosted / plex_debrid

Plex torrent streaming through Debrid Services
27 stars 7 forks source link

Fixes type errors in mediafusion configuration parameters #10

Closed sirstudly closed 1 month ago

sirstudly commented 1 month ago

The int parameters (request timeout and rate limit) should be stored as strings since any changes via the console UI will save them as strings. This is backwards compatible with the previous release so in case someone has already configured MF in the previous release, this will continue to work.

Also the rate limit cannot be initialised at the start because we won't have read the settings file yet at this point.