Merge branch 'master' of github.com:ZoneMinder/zoneminder

pull/2809/head
Isaac Connor 2020-01-10 20:13:28 -05:00
commit fabb7180d6
1 changed files with 1 additions and 0 deletions

View File

@ -872,6 +872,7 @@ if ( $monitor->Type() != 'NVSocket' && $monitor->Type() != 'WebSite' ) {
'1920x1080'=>'1920x1080 1080p',
'2048x1536'=>'2048x1536 3MP',
'2592x1944'=>'2592x1944 5MP',
'3840x2160'=>'3840x2160 4K UHD',
), $monitor->Width().'x'.$monitor->Height()
);
?>