ljunkie / plexWatch

Notify and Log watched content on a Plex Media Server
430 stars 59 forks source link

stats.php line 242 #108

Closed trackermb closed 8 years ago

trackermb commented 8 years ago

Hi there saw that the maxhourly plays chart was pulling DD MMM on the x Axis this can be fixed by copy line 214 and replacing line 242. Finished line should look like

return moment(x).format('<?php echo $settings->getTimeFormat(); ?>');

Cheers Mark

ljunkie commented 8 years ago

I think you want https://github.com/ecleese/plexWatchWeb :)