add perfect match indicator to subtitle editor

This commit is contained in:
Luke Pulverenti
2017-06-30 15:58:53 -04:00
parent dcaf8356e6
commit 1f96841e04
6 changed files with 89 additions and 30 deletions

View File

@@ -52,6 +52,7 @@ namespace MediaBrowser.Model.LiveTv
public TunerHostInfo()
{
AllowHWTranscoding = true;
EnableTvgId = true;
}
}