feat: Jellyfin integration finished
- Finsihed Jellyfin integration with auto-add and auto-remove - Integration toggle in config task: none
This commit is contained in:
@@ -46,7 +46,4 @@ def plexremoveinvite(plex, plexname):
|
||||
def verifyemail(addressToVerify):
|
||||
regex = '^[_a-z0-9-]+(\.[_a-z0-9-]+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,})$'
|
||||
match = re.match(regex, addressToVerify.lower())
|
||||
if match == None:
|
||||
return False
|
||||
else:
|
||||
return True
|
||||
return match != None
|
||||
Reference in New Issue
Block a user