Skip to content

Commit

Permalink
fixed casing
Browse files Browse the repository at this point in the history
  • Loading branch information
brase committed May 26, 2020
1 parent 0bedea9 commit a180e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server/Smapi.fs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ module Smapi =
type GetMediaMetadataRequest = XmlProvider<"Samples/GetMediaMetadataRequest.xml">
type GetMediaURIRequest = XmlProvider<"Samples/GetMediaURIRequest.xml">
type GetLastUpdateRequest = XmlProvider<"Samples/GetLastUpdateRequest.xml">
type GetExtendedMetadataRequest = XmlProvider<"Samples/getExtendedMetadataRequest.xml">
type GetExtendedMetadataRequest = XmlProvider<"Samples/GetExtendedMetadataRequest.xml">
type GetExtendedMetadataTextRequest = XmlProvider<"Samples/GetExtendedMetadataTextRequest.xml">
type ReportPlaySecondsRequest = XmlProvider<"Samples/ReportPlaySecondsRequest.xml">
type ReportPlayStatusRequest = XmlProvider<"Samples/ReportPlayStatusRequest.xml">
Expand Down

0 comments on commit a180e42

Please sign in to comment.