Update Markdown

This commit is contained in:
2025-09-06 17:28:35 -05:00
parent 24190a3b4a
commit 0ef8fe58d2
2 changed files with 3 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
# 1.0.3 # 1.0.3
- Fixed: ValueError: too many values to unpack (expected 2) - Fixed: `ValueError: too many values to unpack (expected 2)`
- Cleanup will now delete Jellyseerr accounts as well - Cleanup will now delete Jellyseerr accounts as well
- Added Trial jellyfin account support (enable in .env). Will not create a Jellyseerr account, lasts 24 hours, one time use. - Added Trial Jellyfin account support (enable in .env). Will not create a Jellyseerr account, lasts 24 hours, one time use.
# 1.0.2 # 1.0.2

View File

@@ -42,6 +42,7 @@ Fill out values in the .env and you're good to go!
- `!createaccount` <username> <password> - Create your Jellyfin account - `!createaccount` <username> <password> - Create your Jellyfin account
- `!recoveraccount` <username> <newpassword> - Reset your password - `!recoveraccount` <username> <newpassword> - Reset your password
- `!deleteaccount` <username> - Delete your Jellyfin account - `!deleteaccount` <username> - Delete your Jellyfin account
- `!trialaccount` <username> <password> - Create a 24-hour trial Jellyfin account. Only if ENABLE_TRIAL_ACCOUNTS=True
***Admin Commands*** ***Admin Commands***
- `!cleanup` - Remove Jellyfin accounts from users without roles - `!cleanup` - Remove Jellyfin accounts from users without roles