File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1556,11 +1556,11 @@ public function handle(Request $request)
15561556 $ epgListings [] = [
15571557 'id ' => $ programme ['id ' ] ?? $ index ,
15581558 'epg_id ' => (string ) $ epg ->id ,
1559- 'title ' => $ programme ['title ' ] ?? '' ,
1559+ 'title ' => base64_encode ($ programme ['title ' ] ?? '' ),
1560+ 'description ' => base64_encode ($ programme ['desc ' ] ?? '' ),
15601561 'lang ' => $ programme ['lang ' ] ?? 'en ' ,
15611562 'start ' => $ startTime ->format ('Y-m-d H:i:s ' ),
15621563 'end ' => $ endTime ->format ('Y-m-d H:i:s ' ),
1563- 'description ' => $ programme ['desc ' ] ?? '' ,
15641564 'channel_id ' => $ channel ->epgChannel ->channel_id ,
15651565 'start_timestamp ' => (string ) $ startTime ->timestamp ,
15661566 'stop_timestamp ' => (string ) $ endTime ->timestamp ,
You can’t perform that action at this time.
0 commit comments