mirror of
https://github.com/ProudMuBai/GoFilm.git
synced 2026-04-14 19:27:31 +08:00
collect optimization
This commit is contained in:
@@ -66,7 +66,6 @@ func FilmPlayInfo(c *gin.Context) {
|
||||
// 如果 playFrom 为空, 则设置默认播放源和默认影片数据
|
||||
if len(playFrom) <= 1 && len(detail.List) > 0 {
|
||||
playFrom = detail.List[0].Id
|
||||
|
||||
}
|
||||
// 获取当前影片播放信息
|
||||
var currentPlay system.PlayItem
|
||||
|
||||
Reference in New Issue
Block a user