Add program reminders and category filtering to the guide UI
Enhance health diagnostics with EPG quality and source metrics
This commit is contained in:
+4
-1
@@ -6,7 +6,10 @@ function slugify(str) {
|
||||
}
|
||||
|
||||
async function loadM3U(url) {
|
||||
if (!url) return;
|
||||
if (!url) {
|
||||
m3uStreams = {};
|
||||
return;
|
||||
}
|
||||
try {
|
||||
let text;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user