From c742da82daf525a842db97ca159d08f61e58e117 Mon Sep 17 00:00:00 2001 From: Merlin Schumacher Date: Fri, 31 May 2024 10:23:21 +0200 Subject: [PATCH] dont link to shop by default --- Models/Cinema.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Models/Cinema.cs b/Models/Cinema.cs index dd66900..8c18d24 100644 --- a/Models/Cinema.cs +++ b/Models/Cinema.cs @@ -16,7 +16,7 @@ public class Cinema /// /// Gets or sets a value indicating whether the showtime entries should link to the shop /// - public bool LinkToShop { get; set; } = true; + public bool LinkToShop { get; set; } = false; /// /// Gets or sets a value indicating whether this cinema has reliable movie titles.