Emby Stream Type Fix and added IS_EMBY_API to README

This commit is contained in:
brikim
2025-02-16 13:39:45 -06:00
parent 0ba77f4861
commit fbbb2c0569
7 changed files with 9 additions and 2 deletions

View File

@@ -40,6 +40,7 @@
| JS_GEOLITE_ACCOUNT_ID | `null` | `123456` | maxmind.com user id to be used for Geolocating IP Addresses (Can be found at https://www.maxmind.com/en/accounts/current/edit) |
| JS_GEOLITE_LICENSE_KEY | `null` | `ASDWdaSdawe2sd186` | License key you need to generate on maxmind to use their services |
| MINIMUM_SECONDS_TO_INCLUDE_PLAYBACK | `1` | `10` | The minimum time (in seconds) to include a playback record, which can be used to exclude short playbacks |
| IS_EMBY_API | `false` | `true` | Set to true if using Emby instead of Jellyfin |
## Getting Started with Development