Add test for HdHomerunManager.ParseReturnMessage

This commit is contained in:
Bond_009
2021-03-13 19:32:40 +01:00
parent 7fb3a354fd
commit e8b18e5f8f
2 changed files with 19 additions and 1 deletions

View File

@@ -355,7 +355,7 @@ namespace Emby.Server.Implementations.LiveTv.TunerHosts.HdHomerun
return offset + 4;
}
private static bool ParseReturnMessage(byte[] buf, int numBytes, out string returnVal)
internal static bool ParseReturnMessage(byte[] buf, int numBytes, out string returnVal)
{
returnVal = string.Empty;