Skip to content

Commit

Permalink
dont link to shop by default
Browse files Browse the repository at this point in the history
  • Loading branch information
merlinschumacher committed May 31, 2024
1 parent d1e6ea9 commit c742da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Models/Cinema.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class Cinema
/// <summary>
/// Gets or sets a value indicating whether the showtime entries should link to the shop
/// </summary>
public bool LinkToShop { get; set; } = true;
public bool LinkToShop { get; set; } = false;

/// <summary>
/// Gets or sets a value indicating whether this cinema has reliable movie titles.
Expand Down

0 comments on commit c742da8

Please sign in to comment.