Skip to content

Commit

Permalink
更新播放控件启用状态
Browse files Browse the repository at this point in the history
  • Loading branch information
邓林杰 committed Jun 7, 2024
1 parent abfe49d commit 1f1e525
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public HikVisionAutoConfiguration(HiKProperties properties) {

@Bean
@ConditionalOnWebApplication
@ConditionalOnProperty(prefix = "hik.enablePlay",havingValue = "true")
@ConditionalOnProperty(prefix = "hik",name="enablePlay",havingValue = "true")
public PlayCtrl initPlay(HiKProperties properties) {
PlayCtrl playControl = null;
synchronized (PlayCtrl.class) {
Expand Down

0 comments on commit 1f1e525

Please sign in to comment.