Explorar o código

Add User Watch Stats plugin icon and additional config updates

- Add userWatchStats.png icon for the homepage plugin
- Additional configuration updates for User Watch Stats plugin
mgomon hai 8 meses
pai
achega
151dd6fdd1
Modificáronse 2 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      api/config/default.php
  2. BIN=BIN
      plugins/images/homepage/userWatchStats.png

+ 4 - 0
api/config/default.php

@@ -393,10 +393,14 @@ return [
 	'homepageUserWatchStatsEnabled' => false,
 	'homepageUserWatchStatsAuth' => '1',
 	'homepageUserWatchStatsRefresh' => '30',
+	'homepageUserWatchStatsService' => 'plex',
 	'homepageUserWatchStatsMediaServer' => 'plex',
 	'homepageUserWatchStatsDisplayMode' => 'top_users',
 	'homepageUserWatchStatsCompactView' => false,
 	'homepageUserWatchStatsMaxItems' => '10',
+	'homepageUserWatchStatsDays' => '30',
+	'homepageUserWatchStatsShowTopUsers' => true,
+	'homepageUserWatchStatsShowMostWatched' => true,
 	'homepageUserWatchStatsShowRecentActivity' => true,
 	'homepageUserWatchStatsHeader' => 'User Watch Statistics',
 	'homepageUserWatchStatsHeaderToggle' => true,

BIN=BIN
plugins/images/homepage/userWatchStats.png