Skip to content

Commit 96254b3

Browse files
committed
Update LyricDownloadTask.cs
1 parent 3067eee commit 96254b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jellyfin.Plugin.Lyrics/LyricDownloadTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public IEnumerable<TaskTriggerInfo> GetDefaultTriggers()
130130
[
131131
new TaskTriggerInfo
132132
{
133-
Type = nameof(TaskTriggerInfo.IntervalTicks),
133+
Type = TaskTriggerInfoType.IntervalTicks,
134134
IntervalTicks = TimeSpan.FromHours(24).Ticks
135135
}
136136
];

0 commit comments

Comments
 (0)