diff options
author | Parker <contact@pkrm.dev> | 2024-03-22 22:09:55 -0500 |
---|---|---|
committer | Parker <contact@pkrm.dev> | 2024-03-22 22:09:55 -0500 |
commit | 237aec245e2a135b848dfd3c8dcf46cb755f08e9 (patch) | |
tree | 743fab39fa561139de64a9784078c1e00d85ee43 /.gitignore | |
parent | bdc5d1fece0b3ee2ac8805ccee07ef93787eeb3e (diff) |
Large Overhaul - Jellyfin Temp Accounts
Temporary jellyfin accounts can now be made through messaging. Commands were moved out and into their own files and functions for organization.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,2 +1,4 @@ __pycache__ -.DS_Store
\ No newline at end of file +.DS_Store +config.ini +movies.db
\ No newline at end of file |