• Added a new setting to update YouTube titles on start

• Reduced the number of calls to FetchBroadcast() to optimize API quota usage
This commit is contained in:
nuttylmao
2025-09-17 23:44:32 +10:00
parent f5c8481473
commit 9990755ccc
3 changed files with 105 additions and 5 deletions
@@ -69,6 +69,13 @@ button {
color: yellow;
}
.setting {
display: flex;
flex-direction: row;
align-items: center;
gap: 0.5em;
}
#kick-warning {
display: none;
}