mirror of
https://github.com/hkalexling/Mango.git
synced 2026-03-20 00:00:48 -04:00
Add tag related methods for Title
This commit is contained in:
@@ -304,7 +304,7 @@ class Storage
|
||||
img
|
||||
end
|
||||
|
||||
def get_tags(id : String) : Array(String)
|
||||
def get_title_tags(id : String) : Array(String)
|
||||
tags = [] of String
|
||||
MainFiber.run do
|
||||
get_db do |db|
|
||||
|
||||
Reference in New Issue
Block a user