Skip to content

Commit dfa7c2e

Browse files
authored
Update MicrosoftTransferExtension to have Media as a valid import data type (#1219)
I noticed this was missing while doing some local testing
1 parent 25a9fbf commit dfa7c2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/data-transfer/portability-data-transfer-microsoft/src/main/java/org/datatransferproject/transfer/microsoft/MicrosoftTransferExtension.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class MicrosoftTransferExtension implements TransferExtension {
4545
// isn't supported on one or the other side of this equation; this is just a WIP prototype to show
4646
// the concept of converters at play.
4747
private static final ImmutableList<DataVertical> SUPPORTED_IMPORT_SERVICES =
48-
ImmutableList.of(CALENDAR, CONTACTS, PHOTOS);
48+
ImmutableList.of(CALENDAR, CONTACTS, PHOTOS, MEDIA);
4949
private static final ImmutableList<DataVertical> SUPPORTED_EXPORT_SERVICES =
5050
ImmutableList.of(CALENDAR, CONTACTS, PHOTOS, MEDIA, OFFLINE_DATA);
5151
private ImmutableMap<DataVertical, Importer> importerMap;

0 commit comments

Comments
 (0)