mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Correct path of lidarr component import for unix systems
This commit is contained in:
parent
5725015789
commit
66281d4d9c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import { NotificationService } from "../../services";
|
||||||
import { SettingsService } from "../../services";
|
import { SettingsService } from "../../services";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
templateUrl: "./Lidarr.component.html",
|
templateUrl: "./lidarr.component.html",
|
||||||
})
|
})
|
||||||
export class LidarrComponent implements OnInit {
|
export class LidarrComponent implements OnInit {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue