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

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 ];