Skip to content

Commit

Permalink
Use 'fanart' instead of 'banner' as background image for recordings
Browse files Browse the repository at this point in the history
  • Loading branch information
dekarl committed Jun 26, 2016
1 parent 0437c6d commit 85a555d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ public void onItemSelected( Presenter.ViewHolder itemViewHolder, Object item, Ro
if( item instanceof ProgramModel ) {

ProgramModel programModel = (ProgramModel) item;
mBackgroundURI = URI.create( getSharedPreferencesModule().getMasterBackendUrl() + "/Content/GetRecordingArtwork?Inetref=" + programModel.getInetref() + "&Type=banner" );
mBackgroundURI = URI.create( getSharedPreferencesModule().getMasterBackendUrl() + "/Content/GetRecordingArtwork?Inetref=" + programModel.getInetref() + "&Type=fanart" );
startBackgroundTimer();

}
Expand Down

0 comments on commit 85a555d

Please sign in to comment.