diff --git a/gopro-plus.cabal b/gopro-plus.cabal
--- a/gopro-plus.cabal
+++ b/gopro-plus.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           gopro-plus
-version:        0.6.6.4
+version:        0.6.6.6
 synopsis:       GoPro Plus Client API.
 description:    Please see the README on GitHub at <https://github.com/dustin/gopro-plus#readme>
 category:       Web
diff --git a/src/GoPro/Plus/Media.hs b/src/GoPro/Plus/Media.hs
--- a/src/GoPro/Plus/Media.hs
+++ b/src/GoPro/Plus/Media.hs
@@ -106,6 +106,8 @@
     | ExternalVideo
     | Session
     | MultiClipEdit
+    | Audio
+
     deriving (Bounded, Enum, Show, Read, Eq)
 
 instance ToJSON MediumType where
