mirror of
https://github.com/p-stream/p-stream.git
synced 2026-03-11 17:55:33 +00:00
fix typo
This commit is contained in:
parent
f74c4aca42
commit
ecb5684529
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ interface Config {
|
|||
ALLOW_FEBBOX_KEY: boolean;
|
||||
ALLOW_REAL_DEBRID_KEY: boolean;
|
||||
SHOW_AD: boolean;
|
||||
AD_CONTENT_URL: string; // like <script src="https://umami.com/script.js"></script>
|
||||
TRACK_SCRIPT: string;
|
||||
AD_CONTENT_URL: string;
|
||||
TRACK_SCRIPT: string; // like <script src="https://umami.com/script.js"></script>
|
||||
BANNER_MESSAGE: string;
|
||||
BANNER_ID: string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue