Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
fixed missing constant bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodor Truffer committed Mar 19, 2019
1 parent bc20ceb commit 245c37b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/Conf/class.xoctConf.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class xoctConf extends ActiveRecord {
const F_USE_STREAMING = 'use_streaming';
const F_STREAMING_URL = 'streaming_url';
const F_USE_HIGHLOWRESSEGMENTPREVIEWS = 'use_highlowres_segment_preview';
const F_UPLOAD_CHUNK_SIZE = 'upload_chunk_size';

/**
* @var array
Expand Down

0 comments on commit 245c37b

Please sign in to comment.