Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
made imagedistro optional (#9)
Browse files Browse the repository at this point in the history
close #7
  • Loading branch information
fabsi88 authored May 16, 2017
1 parent 42e44da commit a8ca397
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/openwebif/api.d
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module openwebif.api;
import vibe.data.serialization:name;
import vibe.data.serialization : name, optional;

///
struct Movie {
Expand Down Expand Up @@ -170,6 +170,7 @@ struct About
struct Info
{
string brand;
@optional
string imagedistro;
string model;
}
Expand Down

0 comments on commit a8ca397

Please sign in to comment.