[Enhancement] Add media count to sources page (#251)
* [WIP] Got query kinda working, now to refactor other queries * Refactored all query methods to use dynamic snippets * Refactored tab layout to grab tabs by name * Removed standalone show buttons from in-app tables * Removed unneeded comment
This commit is contained in:
@@ -17,7 +17,7 @@ defmodule Pinchflat.MediaFixtures do
|
||||
attrs
|
||||
|> Enum.into(%{
|
||||
media_id: media_id,
|
||||
title: Faker.Commerce.product_name(),
|
||||
title: Faker.Commerce.product_name() <> " #{media_id}",
|
||||
original_url: "https://www.youtube.com/watch?v=#{media_id}",
|
||||
livestream: false,
|
||||
short_form_content: false,
|
||||
|
||||
Reference in New Issue
Block a user