2
0
Эх сурвалжийг харах

Simplify EnableAudioVbrEncoding getter

Co-authored-by: Bond-009 <bond.009@outlook.com>
gnattu 10 сар өмнө
parent
commit
efee37a632

+ 1 - 7
MediaBrowser.Controller/MediaEncoding/EncodingJobInfo.cs

@@ -508,13 +508,7 @@ namespace MediaBrowser.Controller.MediaEncoding
             }
             }
         }
         }
 
 
-        public bool EnableAudioVbrEncoding
-        {
-            get
-            {
-                return BaseRequest.EnableAudioVbrEncoding;
-            }
-        }
+        public bool EnableAudioVbrEncoding => BaseRequest.EnableAudioVbrEncoding;
 
 
         public int HlsListSize => 0;
         public int HlsListSize => 0;