sources/plex: allow auth for owner (when identifier of source plex token matches)
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		@ -149,6 +149,7 @@ class SourceFlowManager:
 | 
			
		||||
    def get_flow(self, **kwargs) -> HttpResponse:
 | 
			
		||||
        """Get the flow response based on user_matching_mode"""
 | 
			
		||||
        action, connection = self.get_action()
 | 
			
		||||
        self._logger.debug("get_action() says", action=action, connection=connection)
 | 
			
		||||
        if connection:
 | 
			
		||||
            if action == Action.LINK:
 | 
			
		||||
                self._logger.debug("Linking existing user")
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user