Skip to content

Commit

Permalink
Merge branch 'master' of [email protected]:MythTV-Clients/MythTV-Android…
Browse files Browse the repository at this point in the history
…-Frontend.git
  • Loading branch information
Daniel Frey committed Sep 11, 2013
2 parents c723c3c + 1d03024 commit 0413e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public boolean create( final Context context, final LocationProfile locationProf

if( null != program ) {
ResponseEntity<LiveStreamInfoWrapper> wrapper = mMythServicesTemplate.contentOperations().
addLiveStream( null, program.getFilename(), program.getHostname(), -1, -1,
addLiveStream( program.getRecording().getStorageGroup(), program.getFilename(), program.getHostname(), -1, -1,
selectedPlaybackProfile.getHeight(), selectedPlaybackProfile.getVideoBitrate(),
selectedPlaybackProfile.getAudioBitrate(), selectedPlaybackProfile.getAudioSampleRate() );

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public boolean create( final Context context, final LocationProfile locationProf

if( null != program ) {
ResponseEntity<LiveStreamInfo> wrapper = mMythServicesTemplate.contentOperations().
addLiveStream( null, program.getFileName(), program.getHostName(), null, null,
addLiveStream( program.getRecording().getStorageGroup(), program.getFileName(), program.getHostName(), null, null,
selectedPlaybackProfile.getHeight(), selectedPlaybackProfile.getVideoBitrate(),
selectedPlaybackProfile.getAudioBitrate(), selectedPlaybackProfile.getAudioSampleRate(),
ETagInfo.createEmptyETag() );
Expand Down

0 comments on commit 0413e0b

Please sign in to comment.