Browse Source

Z991239-6451 #comment 调整ST的广告播放时间,保持和生产一致

80274480 2 months ago
parent
commit
2c7acaf28b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Module/mod_localmediaplay/mod_localmediaplay.cpp

+ 0 - 2
Module/mod_localmediaplay/mod_localmediaplay.cpp

@@ -143,7 +143,6 @@ static bool IsValidPlayTime(const char* pstrStartTime, const char* pstrEndTime)
 	if (NULL == pstrStartTime || NULL == pstrEndTime) {
 		return false;
 	}
-#ifndef DEVOPS_ON_ST
 
 	SYSTEMTIME st;
 	GetLocalTime(&st);
@@ -153,7 +152,6 @@ static bool IsValidPlayTime(const char* pstrStartTime, const char* pstrEndTime)
 		bRet = false;
 	}
 
-#endif
 	return bRet;
 }