diff --git a/WordPress/Classes/ViewRelated/Gutenberg/GutenbergViewController.swift b/WordPress/Classes/ViewRelated/Gutenberg/GutenbergViewController.swift index bf9e842df734..b79fe47983a3 100644 --- a/WordPress/Classes/ViewRelated/Gutenberg/GutenbergViewController.swift +++ b/WordPress/Classes/ViewRelated/Gutenberg/GutenbergViewController.swift @@ -1200,7 +1200,7 @@ extension GutenbergViewController: GutenbergBridgeDataSource { .videoPressBlock: false, .unsupportedBlockEditor: false, .canEnableUnsupportedBlockEditor: false, - .isAudioBlockMediaUploadEnabled: false, + .isAudioBlockMediaUploadEnabled: !isFreeWPCom, .mediaFilesCollectionBlock: false, .reusableBlock: false, .shouldUseFastImage: !post.blog.isPrivate(),