Browse Source

Add the new share type

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/10846/head
Joas Schilling 8 years ago
parent
commit
d7246edc94
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 1
      resources/app-info-shipped.xsd
  2. 1
      resources/app-info.xsd

1
resources/app-info-shipped.xsd

@ -525,6 +525,7 @@
<xs:enumeration value="SHARE_TYPE_REMOTE"/>
<xs:enumeration value="SHARE_TYPE_CIRCLE"/>
<xs:enumeration value="SHARE_TYPE_GUEST"/>
<xs:enumeration value="SHARE_TYPE_ROOM"/>
</xs:restriction>
</xs:simpleType>

1
resources/app-info.xsd

@ -522,6 +522,7 @@
<xs:enumeration value="SHARE_TYPE_REMOTE"/>
<xs:enumeration value="SHARE_TYPE_CIRCLE"/>
<xs:enumeration value="SHARE_TYPE_GUEST"/>
<xs:enumeration value="SHARE_TYPE_ROOM"/>
</xs:restriction>
</xs:simpleType>

Loading…
Cancel
Save