feat(ui): show WEB provider logos from PTN network metadata

This commit is contained in:
2026-05-23 02:41:08 +00:00
parent 6820937a4b
commit fbfe05588d
11 changed files with 54 additions and 6 deletions
+1
View File
@@ -45,6 +45,7 @@ export interface Torrent {
playable_file: string | null;
resolution: string | null;
quality: string | null;
network: string | null;
codec: string | null;
audio: string | null;
audio_languages: string[] | null;