From 49506ba57c3d2ebaf2d5e3684669ff22fa9c6fc4 Mon Sep 17 00:00:00 2001
Date: Thu, 9 Feb 2017 23:42:38 +0100
Subject: [PATCH] Add note on disabling media types (Related: #382)

---
 docs/source/siteadmin/media-types.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/source/siteadmin/media-types.rst b/docs/source/siteadmin/media-types.rst
index 146e1aae..85949f2b 100644
--- a/docs/source/siteadmin/media-types.rst
+++ b/docs/source/siteadmin/media-types.rst
@@ -47,7 +47,10 @@ and video media types, then it would look like this::
     [[mediagoblin.media_types.image]]
     [[mediagoblin.media_types.video]]
 
-Note that after enabling new media types, you must run dbupdate like so::
+Note once you enable a media type and upload at least one of that media type, you
+can't disable the media type unless you delete all of that type of media (#382).
+
+After enabling new media types, you must run dbupdate like so::
 
     ./bin/gmg dbupdate
 
@@ -117,6 +120,8 @@ transcode them.
    time out as the video transcodes.  To set that up, check out the
    ":doc:`production-deployments`" section of this manual.
 
+Note: Once you enable videose and upload at least one, you can't disable
+videos unless you delete all of that type of media (#382).
 
 Audio
 =====
-- 
2.11.0

