Commit Graph

1283 Commits

Author SHA1 Message Date
ferferga
6840beaca9 Remove useless comment 2020-05-23 19:43:22 +02:00
ferferga
8ef7a7a054 Blurhash implementation (from scratch) 2020-05-23 18:35:34 +02:00
dkanada
7b5fc90c2d
Merge pull request #1282 from Artiume/patch-2
Move Network paths to be next to Optional Path
2020-05-23 12:35:16 +09:00
dkanada
f7f778b353 fix toc button for new book player class 2020-05-22 10:55:34 +09:00
dkanada
512f33a7fb fix all indentation issues in book player 2020-05-22 10:42:58 +09:00
dkanada
5b2837f137 use a class and imports for the book player 2020-05-22 10:39:21 +09:00
Delgan
76ad33449f
Fix export of "showPlayerSelection()" by renaming it to "show()" 2020-05-21 19:16:19 +02:00
Delgan
70d01c92d4
Remove unsed imports and merge classList calls
Co-authored-by: Sarab Singh <sarab.singh97@gmail.com>
2020-05-21 19:14:25 +02:00
Delgan
c843bc9fb6 Migrate components/playback functions to ES6 modules 2020-05-21 15:58:10 +02:00
dkanada
09e051bfab merge branch master into books 2020-05-21 11:58:25 +09:00
Bill Thornton
e0c9c0566c Make the share url link to the actual item instead of github 2020-05-20 17:03:01 -04:00
Anthony Lavado
1437ef3eb9
Merge pull request #1222 from MrTimscampi/metadata-editor
Make dialogs more bearable
2020-05-20 12:29:04 -04:00
artiume
28f5bdb854
Update directorybrowser.js 2020-05-20 10:44:27 -04:00
artiume
4c467730d2
Move Network paths to be next to Optional Path
This was present from when network paths were valid for libraries. No longer valid but could still be useful for Optional Network Path,
2020-05-20 10:18:01 -04:00
Vasily
8f85ca24fb
Merge pull request #1229 from ferferga/scrollbar-placeholder
Keep scrollbar always present to avoid UI clipping
2020-05-20 15:20:19 +03:00
dkanada
0155059778
Merge pull request #1280 from dmitrylyzo/fix-dependency-loop
Fix dependency loop
2020-05-20 18:58:52 +09:00
Dmitry Lyzo
5d87fb865f Remove unused dependency 2020-05-20 00:36:43 +03:00
Dmitry Lyzo
29b9dac5f4 Fix dependency loop 2020-05-20 00:36:30 +03:00
Dmitry Lyzo
f6c3b9bf94 Fix item loop in actionSheet 2020-05-19 20:37:18 +03:00
Fernando
f2d82a3ceb
Fix #1141 linting 2020-05-19 13:51:34 +02:00
Daniyar Itegulov
c94add0a62
Add table of contents to EPUB reader 2020-05-19 20:37:22 +10:00
Vasily
e3cef950f7
Merge pull request #1141 from cromefire/promise-plugins
Register plugins with promises
2020-05-19 13:04:17 +03:00
dkanada
05b9f4df3e convert photo player to class 2020-05-19 03:59:37 +09:00
ferferga
a5b8444e7e Move scrollbar switching to onDialogClosed 2020-05-18 19:54:58 +02:00
ferferga
ab5c193a62 Merge remote-tracking branch 'upstream/master' into scrollbar-placeholder 2020-05-18 19:53:28 +02:00
MrTimscampi
9f14bde2cb Merge remote-tracking branch 'upstream/master' into metadata-editor 2020-05-18 19:15:20 +02:00
MrTimscampi
9ee05151f0 Fix ellipsis in dialog cards 2020-05-18 19:14:55 +02:00
dkanada
3d9509c875
Merge pull request #1238 from ferferga/remove-imgfetcher
Remove imageFetcher
2020-05-18 22:42:34 +09:00
Daniyar Itegulov
40e24bcaf0
Implement minimalistic EPUB reader 2020-05-18 21:19:58 +10:00
dkanada
8478b0ed56
basic skeleton for epub reader 2020-05-18 21:19:57 +10:00
dkanada
409da485cc
Merge pull request #1253 from MrTimscampi/lint-operators
Force spacing around operators
2020-05-18 19:27:31 +09:00
adavier
3ecd8e45c7
Update src/components/qualityOptions.js
Co-authored-by: Julien Machiels <julien.machiels@protonmail.com>
2020-05-18 11:20:34 +01:00
adavier
632cb5bd8d
Update src/components/qualityOptions.js
Co-authored-by: Julien Machiels <julien.machiels@protonmail.com>
2020-05-17 17:19:40 +01:00
MrTimscampi
f897f7484c Force spacing around operators 2020-05-17 18:19:18 +02:00
Adavier
146e592a6d qualityoptions.js now shows correct options for aspect ratios below 16:9 (1.77) (such as 4:3 (1.33))
qualityoptions.js assumes that all videos are wider than 16:9 (1.77).
So a video with resolution 1440x1080 (4:3 1080p) only exposes options of 720p as the width is not considered for
1080p.
This fixes that by checking if the aspect ratio is less than 1.77, and if so padding the width to 16:9.
2020-05-17 15:39:41 +01:00
dkanada
5409d14ceb merge branch master into refactor 2020-05-17 21:52:39 +09:00
dkanada
2c7d808ceb
Merge pull request #1242 from jellyfin/chromecast
Implement select menu for chromecast version
2020-05-17 20:39:03 +09:00
dkanada
1aaaffde4c rename more components and update references 2020-05-17 17:04:36 +09:00
ferferga
7aa34f1be2 Switch scrollbars on slideshow.js 2020-05-17 00:33:02 +02:00
ferferga
8cbec3fe22 Merge remote-tracking branch 'upstream/master' into scrollbar-placeholder 2020-05-17 00:18:14 +02:00
ferferga
029c7382db Use classes instead 2020-05-17 00:11:37 +02:00
ferferga
e6526de5dd Fix scrollbars on dialog windows 2020-05-16 23:49:12 +02:00
dkanada
35094da328 merge branch master into refactor 2020-05-17 02:49:47 +09:00
dkanada
d2f11981c6 update casing for some components 2020-05-17 02:48:21 +09:00
MrTimscampi
8562054a23 Merge remote-tracking branch 'upstream/master' into metadata-editor 2020-05-16 18:59:09 +02:00
MrTimscampi
3577bcc52b Fix alignment of dialog button on Chrome 2020-05-16 18:58:27 +02:00
ferferga
6a596bd497 Fix merge conflicts 2020-05-16 18:07:32 +02:00
dkanada
f06291e37b fix casing on a few more files and folders 2020-05-17 01:06:28 +09:00
dkanada
200d8dd416 fix casing for a few files 2020-05-17 00:52:16 +09:00
dkanada
0f7a79caab implement select menu for chromecast version 2020-05-17 00:36:10 +09:00
Anthony Lavado
f45a4d1a8c
Merge pull request #1173 from sarab97/es6-migration
Migrate deleteHelper, actionSheet, indicators and playMenu to ES6
2020-05-16 09:29:29 -04:00
ferferga
cb6d8c7394 Remove imageFetcher 2020-05-16 15:12:44 +02:00
dkanada
00dab7490b
Merge pull request #1231 from Artiume/patch-10
Fix Progressive Stream 'P' capitalization
2020-05-15 20:40:02 +09:00
dkanada
5c18bb40bc
Merge pull request #1211 from fhriley/send_credentials
Fix #1210: Add credentials to XHR requests
2020-05-15 16:56:59 +09:00
MrTimscampi
ac060e1270 Fix some code smells 2020-05-15 08:39:54 +02:00
MrTimscampi
d2bd631cbe Fix more sonarqube bugs 2020-05-14 23:25:22 +02:00
artiume
74427a29dc
Fix Progressive Stream 'P' capitalization 2020-05-14 12:12:34 -04:00
ferferga
26267e3827 Add comments for future reference 2020-05-14 14:18:50 +02:00
ferferga
6250f5bca8 Hide scrollbar while the videoosd component is loading 2020-05-14 14:18:29 +02:00
ferferga
3250100fad Apply style once an skin is loaded 2020-05-14 14:11:11 +02:00
dkanada
62f30f0066
Merge pull request #1198 from ferferga/mobile-backdrops
Switch player backdrops to poster attribute of the video element
2020-05-14 14:41:20 +09:00
Anthony Lavado
489aa04d94
Merge pull request #1213 from MrTimscampi/player-scrollbar
Hide the previous page when loading videoOsd
2020-05-14 00:48:37 -04:00
ferferga
b467fae109 Fix CSS linting 2020-05-13 23:01:46 +02:00
MrTimscampi
88706e794a Add TV and Mobile compatibility to the new metadata dialog 2020-05-11 22:23:08 +02:00
MrTimscampi
467bda4ed7 Make dialogs more bearable 2020-05-11 21:43:41 +02:00
Sarab Singh
b1cbd3c0e4 lint 2020-05-11 13:48:41 +05:30
Sarab Singh
d235f34175 indent 2020-05-11 13:45:29 +05:30
Sarab Singh
4b4879f8a2 dam indent 2020-05-11 13:43:41 +05:30
Sarab Singh
f229d0c5ee apparently i cannot resolve conflicts 2020-05-10 22:58:14 +05:30
Sarab Singh
f75e37d358
Merge branch 'master' into es6-migration 2020-05-10 22:13:00 +05:30
Sarab Singh
4845b22871
Update src/components/indicators/indicators.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-05-10 22:05:09 +05:30
Sarab Singh
b6580053c0 fix new suggestions 2020-05-10 21:35:30 +05:30
Julien Machiels
c54b297562
Update src/components/libraryoptionseditor/libraryoptionseditor.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-05-10 15:38:15 +02:00
Sarab Singh
d77c569b69 typo 2020-05-10 14:57:47 +05:30
Sarab Singh
83f1c7498d fixed the suggested changes 2020-05-10 14:46:28 +05:30
MrTimscampi
d7c2fd7337 Hide the previous page when loading videoOsd 2020-05-10 01:08:08 +02:00
Frank Riley
421dfbf2c0 Fix #1210: Add credentials to XHR requests 2020-05-09 11:34:58 -07:00
gion
36d097291e Rename Syncplay to SyncPlay 2020-05-09 12:38:23 +02:00
gion
11f6217bb2 Fix code issues 2020-05-09 12:38:23 +02:00
gion
a2ba96ab82 Handle error messages 2020-05-09 12:04:14 +02:00
gion
71f72f836c Remove syncplay worker
This was an attempt to fix issues on Safari
2020-05-09 12:04:14 +02:00
gion
4eedbe5742 Fix sign in date conversion 2020-05-09 12:04:14 +02:00
gion
9839dcd02a Update session ping 2020-05-09 12:03:23 +02:00
gion
5342b90a56 Implement NTP like time sync 2020-05-09 12:02:34 +02:00
gion
06e6c99c03 Disable syncing after several attempts
Refactor syncplay manager
Attempt fixing Safari issues (timeupdate event not firing)
2020-05-09 12:02:17 +02:00
gion
9fabbd5746 Capture playback permission 2020-05-09 12:02:17 +02:00
gion
a18bca9d8c Implement syncplay permissions for a user 2020-05-09 12:00:33 +02:00
gion
56ee678fc2 Port to ES6 2020-05-09 12:00:33 +02:00
gion
460c2a1f77 Fix lint errors 2020-05-09 11:59:37 +02:00
gion
6c18b655e0 Implement syncplay frontend 2020-05-09 11:59:37 +02:00
Dmitry Lyzo
1fe17007d6 Enable fake zoom image on Safari (WebKit) 2020-05-08 13:58:28 +03:00
Dmitry Lyzo
f516bee147 Fix iOS blurry zoomed image 2020-05-08 13:58:28 +03:00
Dmitry Lyzo
5b40232b7b Use built-in swiper classes 2020-05-08 13:58:28 +03:00
Sarab Singh
ee2f86124b actionsheet 2020-05-08 15:34:45 +05:30
Sarab Singh
f98529e69c revert change of camelCase 2020-05-08 15:33:16 +05:30
MrTimscampi
14e24be980 Re-add user-drag properties 2020-05-08 11:19:01 +02:00
MrTimscampi
9a47428e61 Implement suggestions 2020-05-08 10:57:54 +02:00
MrTimscampi
ac69f29d5a Fix some Major issues 2020-05-08 10:55:17 +02:00
MrTimscampi
a6a39c0ce1 Fix critical issue in htmlvideoplayer 2020-05-08 10:44:44 +02:00
MrTimscampi
45da9c0a39 Fix more accessibility and blockers 2020-05-08 10:44:42 +02:00
MrTimscampi
8da3735118 Fix security issues reported by Sonarqube 2020-05-08 10:39:58 +02:00
redSpoutnik
b0a245867c
Merge branch 'master' into fix-subtitlesync-textfield 2020-05-08 09:25:46 +02:00
dkanada
95bd5e4f78
Merge pull request #1144 from JustAMan/seek-ass-better
Fix .ASS offset when seeking a progressive stream
2020-05-08 16:09:51 +09:00
ferferga
7a63c07250 Set backdrops using 'poster' attribute 2020-05-08 00:07:59 +02:00
ferferga
7bf117191b Use player backdrops everywhere 2020-05-07 23:24:03 +02:00
MrTimscampi
ee46863a5f Fix suggestions 2020-05-07 17:21:26 +02:00
Julien Machiels
14c74ee0b9
Merge branch 'master' into media-session 2020-05-07 13:31:48 +02:00
MrTimscampi
a31455f2af Merge remote-tracking branch 'upstream/master' into media-session 2020-05-07 11:33:40 +02:00
MrTimscampi
1e4dd8ec93 Remove lazyloader-scroll 2020-05-07 11:02:47 +02:00
MrTimscampi
7dc1cf771d Merge remote-tracking branch 'upstream/master' into lazyloader 2020-05-07 11:01:14 +02:00
dkanada
8e9b0b2062
Merge pull request #1177 from dmitrylyzo/fix-backdropscreensaver
Fix backdrop screensaver: autoplay and hide
2020-05-05 22:48:02 +09:00
dkanada
d04f7e97bd
Merge pull request #1168 from sarab97/zoomfix
fixed aspect ratio display issue of photo
2020-05-05 22:46:45 +09:00
Dmitry Lyzo
d53a190d7c Fix backdrop screensaver: autoplay and hide 2020-05-04 20:38:57 +03:00
Sarab Singh
cef8fba4de indicator changes class and cleanup 2020-05-04 16:35:36 +05:30
MrTimscampi
9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
Sarab Singh
eb29d0b6a7 indicator migrated to es6 2020-05-04 16:08:52 +05:30
Vasily
d5c7078c3f
Merge pull request #1131 from dmitrylyzo/fix-icons-webos2
Icons for WebOS 2
2020-05-03 23:24:26 +03:00
Sarab Singh
66a18f93d8 loop fix 2020-05-04 00:35:39 +05:30
Sarab Singh
8432ac0da7 fixes 2020-05-03 23:59:23 +05:30
Sarab Singh
63816ef69b package 2020-05-03 20:39:02 +05:30
Sarab Singh
b8a219a2dd playmenu 2020-05-03 20:38:38 +05:30
Sarab Singh
05385ffdf4 dam lint 2020-05-03 20:00:32 +05:30
Sarab Singh
6d28c139cd actionsheet 2020-05-03 19:56:46 +05:30
Sarab Singh
d9381a6656 indent 2020-05-03 18:05:40 +05:30
Sarab Singh
8353cca8b8 final fixes deleteHelper 2020-05-03 18:05:40 +05:30
Sarab Singh
4bcb7985d8 deletehelper migrated 2020-05-03 18:05:40 +05:30
Sarab Singh
ffcb04e753 no more breaking of screensaver 2020-05-03 03:20:40 +05:30
MrTimscampi
28f575755b Add check for source when loading images 2020-05-02 19:44:27 +02:00
Dmitry Lyzo
a3bc8c183e Use remove+add pattern for icons 2020-05-02 14:02:44 +03:00
Sarab Singh
bbfe685477 removed important 2020-05-02 15:16:40 +05:30
Sarab Singh
e13a768811 margin 2020-05-02 05:35:20 +05:30
Sarab Singh
1fbe27f6a3 damn you lint 2020-05-02 04:04:11 +05:30
Sarab Singh
69f3906174 fixed aspect ratio display issue of photo 2020-05-02 03:57:13 +05:30
Sarab Singh
52ab4338e7 stupid lint 2020-05-02 02:54:14 +05:30
Sarab Singh
d920afe61b spaces 2020-05-02 02:40:48 +05:30
Sarab Singh
779bb20944 download button fix on top action bar 2020-05-02 02:31:13 +05:30
Sarab Singh
5a6b097ed9 image link from remote web client fix 2020-05-02 02:28:58 +05:30
Sarab Singh
31f53d0855 download button only if permission 2020-05-02 00:57:51 +05:30
MrTimscampi
a7fe198329 Attempt to fix image loading issues 2020-05-01 17:06:50 +02:00
MrTimscampi
81dffa3a93 Merge remote-tracking branch 'upstream/master' into media-session 2020-05-01 16:14:54 +02:00
MrTimscampi
331341884b Remove console warning 2020-05-01 15:11:47 +02:00
MrTimscampi
b8422a2464 Fix userSettings import 2020-05-01 15:01:56 +02:00
MrTimscampi
c07dd26fdc Merge remote-tracking branch 'upstream/master' into lazyloader 2020-05-01 14:43:51 +02:00
dkanada
52fe5213f3
Merge pull request #1150 from nielsvanvelzen/wherearemytags
Remove limit of 50 for tag filter
2020-05-01 18:45:12 +09:00
Vasily
c23e301e32
Merge pull request #1146 from JustAMan/webos2-play
Fix some issues blocking WebOS 1.2 / 2.0
2020-04-30 12:13:42 +03:00
Vasily
eb00af5e84
Update src/components/maintabsmanager.js
Co-Authored-By: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-04-30 01:41:52 +03:00
Cromefire_
84a22e9c3f
Added more debug logging 2020-04-30 00:31:34 +02:00
Dmitry Lyzo
d98645135b
Merge branch 'master' into fix-icons-webos2 2020-04-30 00:55:43 +03:00
ferferga
0117bf476a Merge remote-tracking branch 'upstream/master' into global-globalize 2020-04-29 23:47:52 +02:00
Vasily
9027886bb0
Merge pull request #978 from joshuaboniface/improve-builds
Improve and split builds
2020-04-30 00:29:39 +03:00
Dmitry Lyzo
76dfab5cef Merge remote-tracking branch 'upstream/master' into fix-icons-webos2
Conflicts:
	src/components/remotecontrol/remotecontrol.js
2020-04-28 19:18:37 +03:00
Niels van Velzen
8eba4fb866 Remove limit of 50 for tag filter 2020-04-28 17:43:06 +02:00
Dmitry Lyzo
6a258c055b Update quotes style 2020-04-28 18:04:39 +03:00
Dmitry Lyzo
33a6daf6b6 Update loop 2020-04-28 17:50:34 +03:00
Dmitry Lyzo
7905a868c8 Merge remote-tracking branch 'upstream/master' into fix-icons-webos2
Conflicts:
	src/controllers/dashboard/plugins/available.js
	src/controllers/dashboard/plugins/installed.js
2020-04-28 16:55:33 +03:00
Dmitry Lyzo
c7401e9a87 Merge remote-tracking branch 'upstream/master' into fix-remotecontrol-button 2020-04-28 16:30:20 +03:00
Dmitry Lyzo
4609e22520 Update style 2020-04-28 16:09:40 +03:00
Dmitry Lyzo
1f3620e219 Move HTML generation to more appropriate place 2020-04-28 15:57:34 +03:00
Vasily
0bd9e87b38 Use CustomElements.upgradeSubtree() as an easier way of making sure the element is ready 2020-04-28 15:40:27 +03:00
Vasily
e4bafe3c05 temp break stuff back 2020-04-28 14:14:37 +03:00
Vasily
7ea82f6124 Fix .ASS offset when seeking a progressive stream
This is needed because progressive stream is actually restarted upon each seek
2020-04-28 01:53:36 +03:00
Vasily
0ec98cc146 Add option to device profileBuilder() to accept client render of ASS 2020-04-27 23:09:59 +03:00
Vasily
85002fa5c2 Create tabs custom element properly 2020-04-27 18:49:11 +03:00
Vasily
1f8d1184d8 Do not call Notification.requestPermission() if it is already granted or denied
This function crashes the app on WebOS 1.2, and notifs do not work on WebOS anyway
2020-04-27 18:49:11 +03:00
Cromefire_
3b5e5cf7cf
Fixed code smell and removed plugin helper 2020-04-27 14:20:32 +02:00
Cromefire_
0ee1c1ec80
Added the possibility to register plugins with promises 2020-04-27 13:02:25 +02:00
dkanada
cc60acd86b
Merge pull request #1135 from MrTimscampi/screenfull-ios-fix
Fix an issue with Screenfull on iOS
2020-04-27 13:19:43 +09:00
dkanada
47d8ef7fc2
Merge pull request #1134 from MrTimscampi/latest-tv-posters
Use posters for latest TV shows
2020-04-26 23:24:43 +09:00
dkanada
748258966f
Merge pull request #1127 from Delgan/improve-nthing-here
Fix pointer missing in "create new lib" link
2020-04-26 23:23:10 +09:00
dkanada
be44db0e3d
Merge pull request #1121 from jellyfin/routes
Update more route locations
2020-04-26 23:22:05 +09:00
MrTimscampi
cf6cb0ac1d Fix another Screenfull issue 2020-04-26 16:16:48 +02:00
MrTimscampi
eb6f70240a Fix an issue with Screenfull on iOS 2020-04-26 16:07:07 +02:00
ferferga
97fafae1bc Replce missing globalizes 2020-04-26 15:04:00 +02:00
ferferga
54eb916cfe Merge remote-tracking branch 'upstream/master' into global-globalize 2020-04-26 14:44:01 +02:00
MrTimscampi
9d0aa06264 Remove log lines 2020-04-26 14:18:43 +02:00
Dmitry Lyzo
6fe9a8c3e9 Change icon tag to span 2020-04-26 13:29:47 +03:00
Dmitry Lyzo
d088f5ef05 Move icons into class 2020-04-26 13:29:47 +03:00
MrTimscampi
fcb6808a9f Use square shape for homevideos items in home sections 2020-04-26 10:19:10 +02:00
MrTimscampi
4113f001cb Use posters for latest TV shows 2020-04-26 10:07:09 +02:00
Joshua M. Boniface
5330fd1228
Merge branch 'master' into improve-builds 2020-04-25 22:20:49 -04:00
MrTimscampi
7860deac23 Implement suggestions 2020-04-25 20:23:51 +02:00
MrTimscampi
4c3092f857 Merge remote-tracking branch 'upstream/master' into lazyloader 2020-04-25 18:14:52 +02:00
Delgan
9a08d8dbc4 Fix pointer missing in "create new lib" link 2020-04-25 10:11:38 +00:00
Dmitry Lyzo
e600943ab1 Fix event subscription 2020-04-25 11:42:45 +03:00
dkanada
227f203ac3
Merge pull request #1124 from MrTimscampi/ps4-layout
Use TV layout by default on PS4
2020-04-25 17:05:51 +09:00
MrTimscampi
1118f442f6 Use TV layout by default on PS4 2020-04-24 21:44:18 +02:00
MrTimscampi
bd092a5400 Move headroom to bundle 2020-04-24 18:06:59 +02:00
redSpoutnik
3a815709cf subtitlesync toggle: make one-line conditions 2020-04-24 16:49:13 +02:00
dkanada
1843927576 move some files to more reasonable locations 2020-04-24 23:37:27 +09:00
dkanada
5be5f25841
Merge pull request #1083 from mark-monteiro/handle-auth-response-codes-correctly
Handle 401 & 403 Server Responses Correctly
2020-04-23 14:10:35 +09:00
samuel9554
b5705c1c21 Zoom in on photo fix CSS 2020-04-22 16:18:09 -04:00
samuel9554
84bfaba9fe Added feature Zoom in on Photo 2020-04-22 15:50:33 -04:00
redSpoutnik
be8a1baa27 Fix SubtitleSync-TextField behavior 2020-04-22 16:21:46 +02:00
Vasily
bc24a9f296
Merge pull request #1056 from samuel9554/master
Revamp player (nowplaying.html, remotecontrol.js)
2020-04-21 14:03:15 +03:00
MrTimscampi
097802cd51 Add maxHeight for media session image 2020-04-20 17:48:02 +02:00
Andreas B
36f2a76829 Change Chromecast player name to Google Cast 2020-04-18 17:26:10 +02:00
Dmitry Lyzo
71746a6ffc Extract const value 2020-04-18 00:06:51 +03:00
Dmitry Lyzo
bffafa6914 Make reportPlayback less spammy 2020-04-17 20:38:42 +03:00
Dmitry Lyzo
b87adc9d6c Add scheduled playback progress report 2020-04-17 14:52:22 +03:00
dkanada
686fea165c
Merge branch 'master' into patch-10 2020-04-17 09:52:36 +09:00