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

Commit

Permalink
add support for zap up and down
Browse files Browse the repository at this point in the history
  • Loading branch information
fabsi88 authored and Stephan Dilly committed Jan 6, 2017
1 parent c685db1 commit af40c4c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion source/openwebif/api.d
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
module openwebif.api;
import vibe.data.serialization:name;

///
struct Movie {
Expand Down Expand Up @@ -51,7 +52,12 @@ struct ServicesList
///
struct CurrentServiceInfo
{
string name;
@name("name")
string _name;

@name("ref")
string _ref;

}
struct CurrentServiceEPG
{
Expand Down

0 comments on commit af40c4c

Please sign in to comment.