mirror of
https://github.com/ajnart/homarr.git
synced 2026-03-16 09:10:27 +01:00
Merge branch 'dev' into feature/add-basic-authentication
This commit is contained in:
@@ -104,6 +104,8 @@ export class PlexClient {
|
||||
return 'movie';
|
||||
case 'episode':
|
||||
return 'video';
|
||||
case 'track':
|
||||
return 'audio';
|
||||
default:
|
||||
return undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user