Skip to content

Commit b81ce48

Browse files
fix: store tvgId during M3U sync process for EPG matching (#44)
1 parent c951a59 commit b81ce48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

server/services/syncService.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,8 @@ class SyncService {
471471
category_id: ch.groupTitle || 'Uncategorized',
472472
stream_icon: ch.tvgLogo,
473473
stream_url: ch.url,
474+
// Include tvgId for EPG matching (stored in data JSON blob)
475+
tvgId: ch.tvgId || null,
474476
}));
475477

476478
// Save this batch immediately

0 commit comments

Comments
 (0)