diff options
Diffstat (limited to 'protocol/events.proto')
-rw-r--r-- | protocol/events.proto | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocol/events.proto b/protocol/events.proto index 84903cf..3d9d03d 100644 --- a/protocol/events.proto +++ b/protocol/events.proto @@ -55,6 +55,7 @@ enum SUBSCRIPTION_DOWNLOAD_STATE { SDS_STARTED = 0; SDS_STOPPED = 1; SDS_DELETED = 2; + SDS_COMPLETED = 3; } message subscription_download_state_change { |