mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 00:55:13 +01:00
Add test for HdHomerunManager.ParseReturnMessage
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user