diff --git a/docs/features/locations.md b/docs/features/locations.md new file mode 100644 index 00000000..354445ff --- /dev/null +++ b/docs/features/locations.md @@ -0,0 +1,9 @@ +## Description + +Watch dates can be associated with locations (e.g. cinemas). + +Each user maintains his own collection of locations which he can choose from. The locations can be managed at `/settings/account/locations`. + +!!! Info + + When your watch dates are public, others can see if a location is set but not which exact location it is. \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 5c736805..07704e6c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -40,6 +40,7 @@ nav: - Features: - TMDB Data: features/tmdb-data.md - IMDb Rating: features/imdb-rating.md + - Locations: features/locations.md - Plex: features/plex.md - Jellyfin: features/jellyfin.md - Emby: features/emby.md