Merge pull request #61080 from DIzFer/jellyfin-remove-emby-ref

jellyfin: remove assertion if emby enabled: no emby module exists
This commit is contained in:
Elis Hirwing 2019-05-07 12:48:26 +02:00 committed by GitHub
commit 0269936094
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,12 +48,6 @@ in
jellyfin = {};
};
assertions = [
{
assertion = !config.services.emby.enable;
message = "Emby and Jellyfin are incompatible, you cannot enable both";
}
];
};
meta.maintainers = with lib.maintainers; [ minijackson ];