isConfigured checks if this rclone is configured to use a Plex server
()
| 243 | |
| 244 | // isConfigured checks if this rclone is configured to use a Plex server |
| 245 | func (p *plexConnector) isConfigured() bool { |
| 246 | return p.url != nil |
| 247 | } |
| 248 | |
| 249 | func (p *plexConnector) isPlaying(co *Object) bool { |
| 250 | var err error |
no outgoing calls
no test coverage detected