mirror of
https://github.com/lampame/lampac-ukraine.git
synced 2026-06-17 12:08:54 +00:00
fix(uaflix): simplify subtitle presence check in episode logging
This commit is contained in:
parent
dd40ed69f2
commit
35bb155fa3
@ -1966,7 +1966,7 @@ namespace LME.Uaflix
|
||||
stream.title = label;
|
||||
|
||||
_onLog($"ParseEpisode: zetvideo потік #{streamIndex + 1}: {label} -> {zetIframe}" +
|
||||
(stream.subtitles != null && stream.subtitles.Value.data != null && stream.subtitles.Value.data.Count > 0
|
||||
(stream.subtitles?.data?.Count > 0
|
||||
? " (має субтитри)" : ""));
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user